This commit is contained in:
2022-02-20 15:20:31 +01:00
parent 308a14cfb0
commit 32c8bd2302
5 changed files with 38 additions and 40 deletions

View File

@@ -1,8 +0,0 @@
#!/usr/bin/env bash
# ==============================================================================
# Home Assistant Community Add-on: 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