|
[Unit]
|
|
Description=Simple X Hotkey Daemon
|
|
Documentation=man:sxhkd(1)
|
|
BindsTo=display-manager.service
|
|
After=display-manager.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/sxhkd
|
|
ExecStartPre=/usr/bin/sleep 10
|
|
ExecReload=/usr/bin/kill -SIGUSR1 $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=default.target
|