From 42cbc7611592ffd13409775ff97c16b408d0e72e Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 9 Mar 2017 08:57:17 -0800 Subject: [PATCH] [Linux] Fix volnoti service --- dotfiles/config/systemd/user/volnoti.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/config/systemd/user/volnoti.service b/dotfiles/config/systemd/user/volnoti.service index 6406fa49..ca343b60 100644 --- a/dotfiles/config/systemd/user/volnoti.service +++ b/dotfiles/config/systemd/user/volnoti.service @@ -3,7 +3,7 @@ Description=volnoti [Service] Type=forking -ExecStart=/usr/bin/volnoti -nw +ExecStart=/usr/bin/volnoti -n -v ExecStop=/usr/bin/pkill volnoti [Install]