nixos/teamspeak3: restart on failure
Prevents transient failures such as > failed to register local accounting service
This commit is contained in:
parent
e77f54ea0b
commit
592d13693e
1 changed files with 1 additions and 0 deletions
|
@ -152,6 +152,7 @@ in
|
|||
WorkingDirectory = cfg.dataDir;
|
||||
User = user;
|
||||
Group = group;
|
||||
Restart = "on-failure";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue