systemd:(waybar.service): set RestartSec
This commit is contained in:
parent
7800d6fe62
commit
9d914a6dea
@ -11,6 +11,7 @@ ExecStart=/usr/bin/waybar
|
|||||||
# Upstreamed in https://github.com/Alexays/Waybar/pull/1036
|
# Upstreamed in https://github.com/Alexays/Waybar/pull/1036
|
||||||
ExecReload=kill -SIGUSR2 $MAINPID
|
ExecReload=kill -SIGUSR2 $MAINPID
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
|
RestartSec=5s
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=sway-session.target
|
WantedBy=sway-session.target
|
Loading…
Reference in New Issue
Block a user