Add initial version of Angry IP Scanner (#71)

This commit is contained in:
Max Winterstein
2022-03-27 23:09:16 +02:00
committed by GitHub
parent 1428a90c40
commit a18be66736
17 changed files with 265 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#!/usr/bin/execlineb -S1
# ==============================================================================
# Take down the S6 supervision tree based on service exit code
# ==============================================================================
if { s6-test ${1} -ne 0 }
if { s6-test ${1} -ne 256 }
s6-svscanctl -t /var/run/s6/services

View File

@@ -0,0 +1,7 @@
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Start NGINX service
# ==============================================================================
bashio::log.info "Starting Nginx..."
exec nginx