forked from mirrors/nixpkgs
nixos/mesos: restart on failure
This commit is contained in:
parent
827ad85a1e
commit
4fe3e44645
|
@ -91,6 +91,7 @@ in {
|
|||
--logging_level=${cfg.logLevel} \
|
||||
${toString cfg.extraCmdLineOptions}
|
||||
'';
|
||||
Restart = "on-failure";
|
||||
PermissionsStartOnly = true;
|
||||
};
|
||||
preStart = ''
|
||||
|
|
Loading…
Reference in a new issue