ma bureautomation/kalauerbot: enterprise restart after 12h

This commit is contained in:
makefu 2020-11-16 21:31:17 +01:00
parent 3fdd49c0d4
commit 94b6aea2cd
No known key found for this signature in database
GPG key ID: 36F7711F3FC0F225

View file

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