mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-03 10:27:43 +01:00
6 lines
261 B
Plaintext
6 lines
261 B
Plaintext
#!/usr/bin/execlineb -S0
|
|
# ==============================================================================
|
|
# Take down the S6 supervision tree
|
|
# ==============================================================================
|
|
s6-svscanctl -t /var/run/s6/services
|