ma bureautomation/kalauerbot: enterprise restart after 12h
This commit is contained in:
parent
9fb39175d3
commit
618105b6e3
|
@ -12,6 +12,9 @@
|
||||||
WorkingDirectory = "/var/lib/kalauerbot";
|
WorkingDirectory = "/var/lib/kalauerbot";
|
||||||
ExecStart = "${pkgs.kalauerbot}/bin/kalauerbot";
|
ExecStart = "${pkgs.kalauerbot}/bin/kalauerbot";
|
||||||
PrivateTmp = true;
|
PrivateTmp = true;
|
||||||
|
|
||||||
|
Restart = "always";
|
||||||
|
RuntimeMaxSec = "12h";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue