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