ma bureautomation/kalauerbot: enterprise restart after 12h

This commit is contained in:
makefu 2020-11-16 21:31:17 +01:00
parent 9fb39175d3
commit 618105b6e3

View file

@ -12,6 +12,9 @@
WorkingDirectory = "/var/lib/kalauerbot";
ExecStart = "${pkgs.kalauerbot}/bin/kalauerbot";
PrivateTmp = true;
Restart = "always";
RuntimeMaxSec = "12h";
};
};
}