1
0
mirror of https://github.com/rad4day/Waybar.git synced 2023-12-21 10:22:59 +01:00

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:
Hugo Osvaldo Barrera 2021-02-19 14:33:38 +01:00
parent 08e19602f7
commit 2019028688

@ -6,6 +6,7 @@ After=graphical-session.target
[Service] [Service]
ExecStart=@prefix@/bin/waybar ExecStart=@prefix@/bin/waybar
ExecReload=kill -SIGUSR2 $MAINPID
Restart=on-failure Restart=on-failure
[Install] [Install]