systemd:(waybar.service): set RestartSec

This commit is contained in:
surtur 2022-08-22 22:02:02 +02:00
parent 7800d6fe62
commit 9d914a6dea
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -11,6 +11,7 @@ ExecStart=/usr/bin/waybar
# Upstreamed in https://github.com/Alexays/Waybar/pull/1036
ExecReload=kill -SIGUSR2 $MAINPID
Restart=on-failure
RestartSec=5s
[Install]
WantedBy=sway-session.target