diff --git a/home/user/.config/systemd/user/ssh-proxy@.service b/home/user/.config/systemd/user/ssh-proxy@.service index acce3c4..53fe3ba 100644 --- a/home/user/.config/systemd/user/ssh-proxy@.service +++ b/home/user/.config/systemd/user/ssh-proxy@.service @@ -8,7 +8,10 @@ After=default.target [Service] Type=simple ExecStart=/usr/bin/ssh -o ControlMaster=no -o ExitOnForwardFailure=yes -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -vCTN -D 127.0.0.1:1080 %i -Restart=on-failure +Restart=always +RestartSec=3 +StartLimitInterval=0 +StartLimitBurst=0 [Install] -WantedBy=default.target \ No newline at end of file +WantedBy=default.target