X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=modules%2Facme2.nix;h=b22e4ccc3e7687f51b103f82656cdb5ae743bfd7;hb=76f014e9de89a963e40ed109d860cd15e54d582b;hp=6c6d9a7a4c2211c1fd93d3e10b2de4f82390bf35;hpb=5a979e9806fe8e38d312d589c8ff199b173f7911;p=perso%2FImmae%2FConfig%2FNix%2FNUR.git 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;