From: Ismaƫl Bouya Date: Tue, 3 Mar 2020 16:02:47 +0000 (+0100) Subject: Fix maison bbc website and monitoring X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix%2FNUR.git;a=commitdiff_plain;h=76f014e9de89a963e40ed109d860cd15e54d582b Fix maison bbc website and monitoring --- 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;