From 25ca8907ec1c18f72f4e5682bacc11f377a897f6 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 9 Mar 2017 10:50:21 -0800 Subject: [PATCH] [Linux] Volnoti is now a simple 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 ca343b60..d9f87563 100644 --- a/dotfiles/config/systemd/user/volnoti.service +++ b/dotfiles/config/systemd/user/volnoti.service @@ -2,7 +2,7 @@ Description=volnoti [Service] -Type=forking +Type=simple ExecStart=/usr/bin/volnoti -n -v ExecStop=/usr/bin/pkill volnoti