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

5 lines
133 B
Text
Raw Normal View History

2023-02-06 22:27:33 +00:00
#!/usr/bin/with-contenv bashio
2023-02-06 22:23:51 +00:00
bashio::log.info "Starting nginx..."
2023-02-06 22:29:20 +00:00
nginx -c /etc/nginx/nginx.conf
2023-02-06 22:23:51 +00:00
bashio::log.info "nginx running."