]> git.immae.eu Git - perso/Immae/Config/Nix/NUR.git/blobdiff - modules/acme2.nix
Fix maison bbc website and monitoring
[perso/Immae/Config/Nix/NUR.git] / modules / acme2.nix
index 6c6d9a7a4c2211c1fd93d3e10b2de4f82390bf35..b22e4ccc3e7687f51b103f82656cdb5ae743bfd7 100644 (file)
@@ -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;