Merge pull request #931 from jtheoof/jtheoof/fix/service

fix(systemd): restart when service fails
This commit is contained in:
Alex 2020-12-01 09:05:23 +01:00 committed by GitHub
commit c1640ed16c
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
Restart=on-failure
[Install]
WantedBy=graphical-session.target