Merge pull request #931 from jtheoof/jtheoof/fix/service
fix(systemd): restart when service fails
This commit is contained in:
commit
c1640ed16c
|
@ -6,6 +6,7 @@ After=graphical-session.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=@prefix@/bin/waybar
|
ExecStart=@prefix@/bin/waybar
|
||||||
|
Restart=on-failure
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=graphical-session.target
|
WantedBy=graphical-session.target
|
||||||
|
|
Loading…
Reference in New Issue