diff options
-rw-r--r-- | modules/acme2.nix | 3 |
1 files changed, 2 insertions, 1 deletions
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 | |||
232 | # gets changed, the activation phase restarts it, meaning | 232 | # gets changed, the activation phase restarts it, meaning |
233 | # the permissions of the StateDirectory get adjusted | 233 | # the permissions of the StateDirectory get adjusted |
234 | # according to the specified group | 234 | # according to the specified group |
235 | RemainAfterExit = true; | 235 | # Edit: Timers will never run because of this |
236 | # RemainAfterExit = true; | ||
236 | SuccessExitStatus = [ "0" "1" ]; | 237 | SuccessExitStatus = [ "0" "1" ]; |
237 | User = data.user; | 238 | User = data.user; |
238 | Group = data.group; | 239 | Group = data.group; |