service sxhkd
parent
e342e34624
commit
c17033296c
|
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=Simple X Hotkey Daemon
|
||||
Documentation=man:sxhkd(1)
|
||||
|
||||
[Service]
|
||||
ExecStartPre=/usr/bin/sleep 2
|
||||
ExecStart=/usr/bin/sxhkd
|
||||
ExecReload=/usr/bin/kill -SIGUSR1 $MAINPID
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Loading…
Reference in New Issue