turny: faster stop (SIGINT, 10s timeout)
Build Images / build (push) Successful in 1m33s
Check / check (push) Failing after 2m57s

This commit is contained in:
Joakim Repomaa
2026-07-05 13:36:27 +03:00
parent aebca459fa
commit 4d5eb51b32
2 changed files with 5 additions and 3 deletions
+2
View File
@@ -190,6 +190,8 @@ in
Restart = "always";
RestartSec = 10;
RestartPreventExitStatus = 23;
TimeoutStopSec = 10;
KillSignal = "SIGINT";
NoNewPrivileges = true;
PrivateTmp = true;
ProtectSystem = "strict";