Skip to content

Commit

Permalink
Log starting
Browse files Browse the repository at this point in the history
  • Loading branch information
lildude committed Sep 16, 2024
1 parent 9f391e2 commit 0f58ec3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rootfs/etc/services.d/nginx/run
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/command/with-contenv bashio
# -*- bash -*-
# shellcheck shell=bash
mkdir /run/nginx

bashio::log.info "Starting NGINX..."
exec nginx -g 'daemon off;error_log /proc/1/fd/1 error;'

0 comments on commit 0f58ec3

Please sign in to comment.