Merge pull request #189594 from amesgen/teamspeak-restart
nixos/teamspeak3: restart on failure
This commit is contained in:
commit
8259e82318
@ -152,6 +152,7 @@ in
|
||||
WorkingDirectory = cfg.dataDir;
|
||||
User = user;
|
||||
Group = group;
|
||||
Restart = "on-failure";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user