From 6aa541ecf03c5192db17115e65c56f74977138c3 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 29 Apr 2018 10:57:14 -0700 Subject: [PATCH] [Linux] Use pasystray from env --- dotfiles/config/systemd/user/pasystray.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/config/systemd/user/pasystray.service b/dotfiles/config/systemd/user/pasystray.service index 2762f1dc..16c0c5c9 100644 --- a/dotfiles/config/systemd/user/pasystray.service +++ b/dotfiles/config/systemd/user/pasystray.service @@ -5,7 +5,7 @@ After=taffybar.service [Service] Type=simple -ExecStart=/usr/bin/pasystray +ExecStart=/usr/bin/env pasystray ExecStop=/usr/bin/pkill pasystray [Install]