mirror of
https://github.com/mtan93/hass-addons.git
synced 2026-03-08 05:31:54 +00:00
9 lines
326 B
Plaintext
9 lines
326 B
Plaintext
#!/usr/bin/execlineb -S0
|
|
# ==============================================================================
|
|
# Home Assistant Community Add-on: Example
|
|
# ==============================================================================
|
|
if -n { s6-test $# -ne 0 }
|
|
if -n { s6-test ${1} -eq 256 }
|
|
|
|
s6-svscanctl -t /var/run/s6/services
|