Skip to content

Commit 8edf4d9

Browse files
committed
tailscale-auth: tweak systemd unit
1 parent eb3e217 commit 8edf4d9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/tailscale-auth.nix

+1-2
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,8 @@ in {
5555
serviceConfig = {
5656
Type = "oneshot";
5757
RestartSec = 10;
58-
StartLimitInterval = 10;
59-
StartLimitBurst = 5;
6058
Restart = "on-failure";
59+
RemainAfterExit = "yes";
6160
ExecStart = tsAuthScript;
6261
};
6362
};

0 commit comments

Comments
 (0)