chore(caddy): remove unneeded timeout
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-10-28 09:23:47 -04:00
parent 3d6873da69
commit c17a45e5d0

View file

@ -17,16 +17,13 @@ in {
boot.kernel.sysctl."net.ipv4.ip_nonlocal_bind" = 1;
systemd.services.caddy = {
preStart = "sleep 30";
serviceConfig = {
EnvironmentFile = secrets.caddy-cloudflare.path;
systemd.services.caddy.serviceConfig = {
EnvironmentFile = secrets.caddy-cloudflare.path;
# For some reason the service
# doesn't shutdown normally
KillSignal = "SIGKILL";
RestartKillSignal = "SIGKILL";
};
# For some reason the service
# doesn't shutdown normally
KillSignal = "SIGKILL";
RestartKillSignal = "SIGKILL";
};
services.caddy = {