homeassistant-addons/epaper-station/rootfs/etc/services.d/nginx/run

5 lines
150 B
Text
Raw Normal View History

2023-02-06 22:23:51 +00:00
#!/bin/bin/with-contenv bashio
bashio::log.info "Starting nginx..."
nginx -g "daemon off;" -c /etc/nginx/nginx.conf
bashio::log.info "nginx running."