Skip to content

Commit

Permalink
nzbhydra: use python3 wrapper to launch
Browse files Browse the repository at this point in the history
  • Loading branch information
liaralabs committed Jan 13, 2024
1 parent 00a6fa9 commit ac22c3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install/nzbhydra.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ wget -O nzbhydra2.zip ${latest} >> ${log} 2>&1
unzip nzbhydra2.zip >> ${log} 2>&1
rm -f nzbhydra2.zip

chmod +x nzbhydra2
chmod +x nzbhydra2 nzbhydra2wrapperPy3.py
chown -R ${username}: /opt/nzbhydra2
echo_progress_done

Expand Down Expand Up @@ -73,7 +73,7 @@ WorkingDirectory=/opt/nzbhydra2
# NZBHydra stores its data in a "data" subfolder of its installation path
# To change that set the --datafolder parameter:
# --datafolder /path-to/datafolder
ExecStart=/opt/nzbhydra2/nzbhydra2 --nobrowser --datafolder /home/${username}/.config/nzbhydra2 --nopidfile
ExecStart=/opt/nzbhydra2/nzbhydra2wrapperPy3.py --nobrowser --datafolder /home/${username}/.config/nzbhydra2 --nopidfile
Restart=always
Expand Down

0 comments on commit ac22c3e

Please sign in to comment.