forked from mirrors/nixpkgs
glusterfs service: Change default killMode to "control-group".
This is a better default for NixOS because it ensures that config changes happen fully when NixOS users expect it.
This commit is contained in:
parent
08f7e4516c
commit
18eecae4b6
|
@ -74,7 +74,7 @@ in
|
|||
(for example, when you want to restart them manually at a later time),
|
||||
set this to 'process'.
|
||||
'';
|
||||
default = "process";
|
||||
default = "control-group";
|
||||
};
|
||||
|
||||
stopKillTimeout = mkOption {
|
||||
|
|
Loading…
Reference in a new issue