Restart nidus-sync on failure

This commit is contained in:
Eli Ribble 2026-03-11 15:52:01 +00:00
parent 3e66d11c7a
commit 16640ac022
No known key found for this signature in database

View file

@ -110,6 +110,7 @@ in {
EnvironmentFile="${environmentFile}";
ExecStart = "${nidus-sync-pkg}/bin/nidus-sync";
PrivateTmp = true;
Restart = "on-failure";
TimeoutStopSec = "5s";
Type = "simple";
User = "${user}";