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
commit 4d150e9340
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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