mirror of
https://github.com/caronc/apprise-api.git
synced 2024-12-13 18:31:20 +01:00
6 lines
150 B
Bash
Executable File
6 lines
150 B
Bash
Executable File
#!/usr/bin/env sh
|
|
echo >&2 "nginx exited. code=${1}"
|
|
|
|
# terminate other services to exit from the container
|
|
exec s6-svscanctl -t /var/run/s6/services
|