summaryrefslogtreecommitdiffstats
path: root/2configs/bureautomation/kalauerbot.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2020-11-16 21:31:17 +0100
committermakefu <github@syntax-fehler.de>2020-11-16 21:31:17 +0100
commit618105b6e3e189c4ed0a42cebce613a804c0098e (patch)
tree4038934f23c152a740540da7ef195008e3701135 /2configs/bureautomation/kalauerbot.nix
parent9fb39175d38a0aba7e0e6c6181c45055f7b61b0f (diff)
ma bureautomation/kalauerbot: enterprise restart after 12h
Diffstat (limited to '2configs/bureautomation/kalauerbot.nix')
-rw-r--r--2configs/bureautomation/kalauerbot.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/2configs/bureautomation/kalauerbot.nix b/2configs/bureautomation/kalauerbot.nix
index d61b8885e..ff045e2f3 100644
--- a/2configs/bureautomation/kalauerbot.nix
+++ b/2configs/bureautomation/kalauerbot.nix
@@ -12,6 +12,9 @@
WorkingDirectory = "/var/lib/kalauerbot";
ExecStart = "${pkgs.kalauerbot}/bin/kalauerbot";
PrivateTmp = true;
+
+ Restart = "always";
+ RuntimeMaxSec = "12h";
};
};
}