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