diff --git a/install/qbittorrent-install.sh b/install/qbittorrent-install.sh index adb2355fe..05270f390 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