From 76f014e9de89a963e40ed109d860cd15e54d582b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Tue, 3 Mar 2020 17:02:47 +0100 Subject: [PATCH] Fix maison bbc website and monitoring --- modules/acme2.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/acme2.nix b/modules/acme2.nix index 6c6d9a7a..b22e4ccc 100644 --- a/modules/acme2.nix +++ b/modules/acme2.nix @@ -232,7 +232,8 @@ in # gets changed, the activation phase restarts it, meaning # the permissions of the StateDirectory get adjusted # according to the specified group - RemainAfterExit = true; + # Edit: Timers will never run because of this + # RemainAfterExit = true; SuccessExitStatus = [ "0" "1" ]; User = data.user; Group = data.group; -- 2.41.0