fix: change autossh user

This commit is contained in:
Katharina Heidenreich 2026-03-14 13:56:19 +01:00
parent 2e399fb8a5
commit 0f6943298e

View file

@ -27,7 +27,7 @@ in
serviceConfig = {
Type = "simple";
User = "root";
User = "autossh-tunnel";
Restart = "always";
RestartSec = 10;