added cargo files
This commit is contained in:
16
PinePods-0.8.2/startup/services/nginx.toml
Normal file
16
PinePods-0.8.2/startup/services/nginx.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user