From 7867a700d561091be5797c78a57babd3052214c3 Mon Sep 17 00:00:00 2001 From: autocommit Date: Sat, 16 May 2026 21:56:02 -0700 Subject: [PATCH] =?UTF-8?q?infra(systemd):=20=F0=9F=A7=B1=20Update=20syste?= =?UTF-8?q?md=20unit=20file=20directives=20for=20Atlilith=20tunnel=20servi?= =?UTF-8?q?ce?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- systemd/atlilith-tunnel.service | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 systemd/atlilith-tunnel.service diff --git a/systemd/atlilith-tunnel.service b/systemd/atlilith-tunnel.service new file mode 100644 index 0000000..7f9002f --- /dev/null +++ b/systemd/atlilith-tunnel.service @@ -0,0 +1,16 @@ +[Unit] +Description=atlilith SSH reverse tunnel (black → vps-0) +After=network-online.target +Wants=network-online.target + +[Service] +Type=simple +ExecStart=%h/Code/@projects/@atlilith/scripts/setup-tunnel.sh +Restart=always +RestartSec=10 +# Don't restart-thrash if the key is broken / vps-0 unreachable +StartLimitIntervalSec=300 +StartLimitBurst=10 + +[Install] +WantedBy=default.target