Files
hassio-repo/telegraf/rootfs/bin/s6-nuke
2022-06-18 16:29:53 +02:00

8 lines
382 B
Bash

#!/usr/bin/env bash
# ==============================================================================
# Home Assistant Community Add-on:
# 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