forked from colonelpanic/dotfiles
[Linux] Use pkill from env in taffybar service
This commit is contained in:
parent
235ac83631
commit
2a31ab5280
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user