forked from mirrors_public/oddlama_nix-config
feat: update immich; decrease restart timer between failed attempts for all services to 60 seconds
This commit is contained in:
parent
dfe0345888
commit
605aee0a67
13 changed files with 18 additions and 14 deletions
|
@ -120,7 +120,7 @@ in {
|
|||
RuntimeDirectory = "oauth2_proxy";
|
||||
RuntimeDirectoryMode = "0750";
|
||||
UMask = "007"; # TODO remove once https://github.com/oauth2-proxy/oauth2-proxy/issues/2141 is fixed
|
||||
RestartSec = "600"; # Retry every 10 minutes
|
||||
RestartSec = "60"; # Retry every minute
|
||||
};
|
||||
|
||||
users.groups.oauth2_proxy.members = ["nginx"];
|
||||
|
|
|
@ -145,6 +145,6 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
systemd.services.promtail.serviceConfig.RestartSec = "600"; # Retry every 10 minutes
|
||||
systemd.services.promtail.serviceConfig.RestartSec = "60"; # Retry every minute
|
||||
};
|
||||
}
|
||||
|
|
|
@ -212,7 +212,7 @@ in {
|
|||
];
|
||||
# For wireguard statistics
|
||||
AmbientCapabilities = ["CAP_NET_ADMIN"];
|
||||
RestartSec = "600"; # Retry every 10 minutes
|
||||
RestartSec = "60"; # Retry every minute
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue