From d959a95dfe7654c3beaf607bf5cc4fac6a48f774 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franc=CC=A7ois=20Bonelle?= Date: Sun, 20 Feb 2022 15:53:17 +0100 Subject: [PATCH] fix --- syslog-ng/build.yaml | 2 +- syslog-ng/rootfs/bin/s6-nuke | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 syslog-ng/rootfs/bin/s6-nuke diff --git a/syslog-ng/build.yaml b/syslog-ng/build.yaml index c2bc8ba..7107ed2 100644 --- a/syslog-ng/build.yaml +++ b/syslog-ng/build.yaml @@ -1,4 +1,4 @@ build_from: aarch64: ghcr.io/hassio-addons/ubuntu-base/aarch64:7.1.4 amd64: ghcr.io/hassio-addons/ubuntu-base/amd64:7.1.4 - armv7: ghcr.io/hassio-addons/ubuntu-base/armv7:7.1.4 \ No newline at end of file + armv7: ghcr.io/hassio-addons/ubuntu-base/armv7:7.1.4 diff --git a/syslog-ng/rootfs/bin/s6-nuke b/syslog-ng/rootfs/bin/s6-nuke deleted file mode 100644 index 73e8e48..0000000 --- a/syslog-ng/rootfs/bin/s6-nuke +++ /dev/null @@ -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 \ No newline at end of file