From d1577940c20bb677a736edde535daa9c9e6545b8 Mon Sep 17 00:00:00 2001 From: Matheson Steplock Date: Wed, 20 Jul 2022 00:43:18 -0400 Subject: [PATCH] Add init to config.yml to solve `s6-overlay-suexec: fatal: can only run as pid 1` --- remote-backup/CHANGELOG.md | 6 ++++++ remote-backup/config.yaml | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/remote-backup/CHANGELOG.md b/remote-backup/CHANGELOG.md index 15cbf19..16a1f87 100644 --- a/remote-backup/CHANGELOG.md +++ b/remote-backup/CHANGELOG.md @@ -1,3 +1,9 @@ +# 2022.7.2 + +- Add init to config.yml to solve `s6-overlay-suexec: fatal: can only run as pid 1` + +**Full Changelog**: https://github.com/ikifar2012/remote-backup-addon/compare/2022.7.1...2022.7.2 + # 2022.7.1 - Update git index diff --git a/remote-backup/config.yaml b/remote-backup/config.yaml index dc69927..8494741 100644 --- a/remote-backup/config.yaml +++ b/remote-backup/config.yaml @@ -1,5 +1,5 @@ name: Remote Backup -version: "2022.7.1" +version: "2022.7.2" slug: remote_backup description: Automatically create and backup HA backups using SCP image: ikifar/remote-backup-{arch} @@ -7,6 +7,7 @@ url: https://addons.mathesonsteplock.ca/docs/addons/remote-backup/basic-config codenotary: cas@mathesonsteplock.ca startup: once boot: manual +init: false arch: - aarch64 - amd64