mirror of
https://github.com/hassio-addons/addon-glances.git
synced 2025-05-04 11:01:25 +00:00
8 lines
384 B
Bash
Executable file
8 lines
384 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# ==============================================================================
|
|
# Community Hass.io Add-ons: Glances
|
|
# This file turns s6-nuke into a NOOP to prevent total termination
|
|
# of the host system since the add-on runs in the same PID namespace.
|
|
# ==============================================================================
|
|
echo "S6-NUKE: NOOP"
|
|
exit 0
|