VEGAS/nextcloud: restart setup service on failure

This commit is contained in:
Max Headroom 2022-08-08 23:15:08 +02:00
parent 0f7d4118d7
commit 5b4c240c80

View file

@ -56,6 +56,9 @@ in
};
systemd.services = {
phpfpm-nextcloud.aliases = [ "nextcloud.service" ];
nextcloud-setup.after = [ "postgresql.service" ];
nextcloud-setup.serviceConfig = {
Restart = "on-failure";
RestartSec = "10s";
};
};
}