From cc5a2471cba60ba4dbb9954a4ea645fb58a40599 Mon Sep 17 00:00:00 2001 From: binhex Date: Mon, 11 Jul 2022 16:20:17 +0100 Subject: [PATCH] switch to dumb-init --- run/nobody/qbittorrent.sh | 2 +- run/nobody/watchdog.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/run/nobody/qbittorrent.sh b/run/nobody/qbittorrent.sh index 6ac587d..83ad66c 100644 --- a/run/nobody/qbittorrent.sh +++ b/run/nobody/qbittorrent.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/dumb-init /bin/bash if [[ "${qbittorrent_running}" == "false" ]]; then diff --git a/run/nobody/watchdog.sh b/run/nobody/watchdog.sh index 00bff88..e6e3fa3 100644 --- a/run/nobody/watchdog.sh +++ b/run/nobody/watchdog.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/dumb-init /bin/bash # define destination file path for qbittorrent config file qbittorrent_config="/config/qBittorrent/config/qBittorrent.conf"