diff --git a/.config/systemd/user/wayvnc.service b/.config/systemd/user/wayvnc.service index 1b24686..43a12c9 100644 --- a/.config/systemd/user/wayvnc.service +++ b/.config/systemd/user/wayvnc.service @@ -7,8 +7,9 @@ Requisite=graphical-session.target [Service] Type=simple ExecStart=/usr/bin/wayvnc -Restart=on-failure -RestartSec=2 +Restart=always +RestartSec=5 +StartLimitIntervalSec=0 [Install] WantedBy=graphical-session.target