Configure systemd.service file to allow reloading
This allows `systemctl --user reload waybar` to reload waybar's config as expected.
This commit is contained in:
parent
08e19602f7
commit
2019028688
|
@ -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