apprise-api/etc/services.d/nginx/run
2020-01-02 23:24:07 -05:00

4 lines
76 B
Plaintext
Executable File

#!/usr/bin/with-contenv sh
echo >&2 "Starting nginx"
nginx -g 'daemon off;'