forked from colonelpanic/dotfiles
[Linux] Use pkill from env in taffybar service
This commit is contained in:
@@ -4,7 +4,7 @@ Description=taffybar
|
|||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=/usr/bin/env taffybar
|
ExecStart=/usr/bin/env taffybar
|
||||||
ExecStop=/usr/bin/pkill taffybar
|
ExecStop=/usr/bin/env pkill taffybar
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=3
|
RestartSec=3
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user