Merge pull request #189594 from amesgen/teamspeak-restart
nixos/teamspeak3: restart on failure
This commit is contained in:
commit
8259e82318
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