summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-03-03 17:02:47 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-04-25 00:04:51 +0200
commit76f014e9de89a963e40ed109d860cd15e54d582b (patch)
tree4a530836a50e3027de0c819a5c8eb940848c5d21
parent4d891974f559b5d58399554568e6db278177b1d3 (diff)
downloadNUR-76f014e9de89a963e40ed109d860cd15e54d582b.tar.gz
NUR-76f014e9de89a963e40ed109d860cd15e54d582b.tar.zst
NUR-76f014e9de89a963e40ed109d860cd15e54d582b.zip
Fix maison bbc website and monitoring
-rw-r--r--modules/acme2.nix3
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;