Merge pull request #1036 from WhyNotHugo/systemd-reload

Configure systemd.service file to allow reloading
This commit is contained in:
Alex
2021-02-19 15:21:15 +01:00
committed by GitHub

View File

@ -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]