Merge pull request #189594 from amesgen/teamspeak-restart

nixos/teamspeak3: restart on failure
This commit is contained in:
Jörg Thalheim 2022-09-03 16:53:59 +01:00 committed by GitHub
commit 8259e82318
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -152,6 +152,7 @@ in
WorkingDirectory = cfg.dataDir;
User = user;
Group = group;
Restart = "on-failure";
};
};
};