Files
PinePods-nix/PinePods-0.8.2/startup/services/nginx.toml
2026-03-03 10:57:43 -05:00

16 lines
268 B
TOML

command = "nginx -g 'daemon off;'"
start-after = ["gpodder-api.toml"]
stdout = "${HORUST_STDOUT_MODE}"
stderr = "${HORUST_STDERR_MODE}"
[restart]
strategy = "always"
backoff = "1s"
attempts = 0
[environment]
keep-env = true
[termination]
signal = "TERM"
wait = "5s"