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
Generated
+3 -3
View File
@@ -1127,11 +1127,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1783247297, "lastModified": 1783247771,
"narHash": "sha256-AaP7GT48Kx0IcatrKK7DvNaf6dUR7bYnJkhEbv7bCv8=", "narHash": "sha256-1/pqgl1pFNUvP+ElPsDY39E+r7N0Q5yO8kEazwX7IVg=",
"owner": "~repomaa", "owner": "~repomaa",
"repo": "turny", "repo": "turny",
"rev": "0941d2550875de22e3db6aeac415c97b7de315ed", "rev": "24dd6b1431a8f647c5aeb8575b54f7a4b9757ac6",
"type": "sourcehut" "type": "sourcehut"
}, },
"original": { "original": {
+2
View File
@@ -190,6 +190,8 @@ in
Restart = "always"; Restart = "always";
RestartSec = 10; RestartSec = 10;
RestartPreventExitStatus = 23; RestartPreventExitStatus = 23;
TimeoutStopSec = 10;
KillSignal = "SIGINT";
NoNewPrivileges = true; NoNewPrivileges = true;
PrivateTmp = true; PrivateTmp = true;
ProtectSystem = "strict"; ProtectSystem = "strict";