Merge pull request #1036 from WhyNotHugo/systemd-reload
Configure systemd.service file to allow reloading
This commit is contained in:
commit
4d150e9340
|
@ -6,6 +6,7 @@ After=graphical-session.target
|
|||
|
||||
[Service]
|
||||
ExecStart=@prefix@/bin/waybar
|
||||
ExecReload=kill -SIGUSR2 $MAINPID
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Reference in New Issue