1
0
Fork 0

Make prometheus restart slower

This commit is contained in:
Malte Brandy 2019-10-27 21:48:30 +01:00
parent 7225b74ac2
commit ab0c242531

View file

@ -85,6 +85,9 @@ let
};
systemd = {
services = {
"prometheus-ngnix-exporter" = {
serviceConfig = { RestartSec = 10; };
};
"nextcloud-setup" = {
requires = [ "postgresql.service" ];
after = [ "postgresql.service" ];