mirror of
https://github.com/caronc/apprise-api.git
synced 2025-03-05 01:52:09 +01:00
6 lines
153 B
Bash
Executable File
6 lines
153 B
Bash
Executable File
#!/usr/bin/env sh
|
|
echo >&2 "gunicorn exited. code=${1}"
|
|
|
|
# terminate other services to exit from the container
|
|
exec s6-svscanctl -t /var/run/s6/services
|