]> git.immae.eu Git - perso/Immae/Config/Nix/NUR.git/commitdiff
Fix maison bbc website and monitoring
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Tue, 3 Mar 2020 16:02:47 +0000 (17:02 +0100)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Fri, 24 Apr 2020 22:04:51 +0000 (00:04 +0200)
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;