chore(caddy): remove unneeded timeout
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
3d6873da69
commit
c17a45e5d0
1 changed files with 6 additions and 9 deletions
|
@ -17,16 +17,13 @@ in {
|
||||||
|
|
||||||
boot.kernel.sysctl."net.ipv4.ip_nonlocal_bind" = 1;
|
boot.kernel.sysctl."net.ipv4.ip_nonlocal_bind" = 1;
|
||||||
|
|
||||||
systemd.services.caddy = {
|
systemd.services.caddy.serviceConfig = {
|
||||||
preStart = "sleep 30";
|
EnvironmentFile = secrets.caddy-cloudflare.path;
|
||||||
serviceConfig = {
|
|
||||||
EnvironmentFile = secrets.caddy-cloudflare.path;
|
|
||||||
|
|
||||||
# For some reason the service
|
# For some reason the service
|
||||||
# doesn't shutdown normally
|
# doesn't shutdown normally
|
||||||
KillSignal = "SIGKILL";
|
KillSignal = "SIGKILL";
|
||||||
RestartKillSignal = "SIGKILL";
|
RestartKillSignal = "SIGKILL";
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services.caddy = {
|
services.caddy = {
|
||||||
|
|
Loading…
Reference in a new issue