From f1b05be1778895267cd22d5a16e8672f3aa04bc5 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Mon, 24 Mar 2025 15:09:22 +0100 Subject: [PATCH] Update qbittorrent-install.sh --- install/qbittorrent-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/qbittorrent-install.sh b/install/qbittorrent-install.sh index adb2355..05270f3 100644 --- a/install/qbittorrent-install.sh +++ b/install/qbittorrent-install.sh @@ -45,9 +45,11 @@ cat </etc/systemd/system/qbittorrent-nox.service [Unit] Description=qBittorrent client After=network.target + [Service] ExecStart=/opt/qbittorrent/qbittorrent-nox Restart=always + [Install] WantedBy=multi-user.target EOF