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"