forked from colonelpanic/dotfiles
[Linux] Add volnoti service
This commit is contained in:
parent
89b66e7100
commit
d9e0e5802a
10
dotfiles/config/systemd/user/volnoti.service
Normal file
10
dotfiles/config/systemd/user/volnoti.service
Normal file
@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=volnoti
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStart=/usr/bin/volnoti -nw
|
||||
ExecStop=/usr/bin/pkill volnoti
|
||||
|
||||
[Install]
|
||||
WantedBy=wm.target
|
Loading…
Reference in New Issue
Block a user