From d9e0e5802ae0b4f8b9aeaefd12b91026301c53ee Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 3 Mar 2017 19:03:27 -0800 Subject: [PATCH] [Linux] Add volnoti service --- dotfiles/config/systemd/user/volnoti.service | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 dotfiles/config/systemd/user/volnoti.service diff --git a/dotfiles/config/systemd/user/volnoti.service b/dotfiles/config/systemd/user/volnoti.service new file mode 100644 index 00000000..6406fa49 --- /dev/null +++ b/dotfiles/config/systemd/user/volnoti.service @@ -0,0 +1,10 @@ +[Unit] +Description=volnoti + +[Service] +Type=forking +ExecStart=/usr/bin/volnoti -nw +ExecStop=/usr/bin/pkill volnoti + +[Install] +WantedBy=wm.target