From 2a31ab528008af7ea4c56432ef04e14ae19abe3c Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 20 Jun 2018 13:57:13 -0700 Subject: [PATCH] [Linux] Use pkill from env in taffybar service --- dotfiles/config/systemd/user/taffybar.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/config/systemd/user/taffybar.service b/dotfiles/config/systemd/user/taffybar.service index 756d35d1..c5f19a4c 100644 --- a/dotfiles/config/systemd/user/taffybar.service +++ b/dotfiles/config/systemd/user/taffybar.service @@ -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