From 18eecae4b620dc345c10b0af804591d635b4b358 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Hamb=C3=BCchen?= Date: Wed, 27 Sep 2017 20:54:13 +0200 Subject: [PATCH] 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. --- nixos/modules/services/network-filesystems/glusterfs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/network-filesystems/glusterfs.nix b/nixos/modules/services/network-filesystems/glusterfs.nix index e7f2de0a2dc7..15777d45f785 100644 --- a/nixos/modules/services/network-filesystems/glusterfs.nix +++ b/nixos/modules/services/network-filesystems/glusterfs.nix @@ -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 {