1
0
Fork 0

Fix nextcloud restart timeout

This commit is contained in:
Malte Brandy 2019-08-16 13:57:08 +02:00
parent 87f23f4a3d
commit d98572e914

View file

@ -108,12 +108,13 @@ let
};
};
};
in {
systemd.services."container@".serviceConfig = {
serviceConfig = {
RestartSec = 10;
TimeoutSec = 360;
};
in {
systemd.services."container@cloud" = { inherit serviceConfig; };
systemd.services."container@chor-cloud" = { inherit serviceConfig; };
services = {
nginx = {
enable = true;