Codebase list nzbget / debian/21.0+dfsg-1 debian / README.Debian
debian/21.0+dfsg-1

Tree @debian/21.0+dfsg-1 (Download .tar.gz)

README.Debian @debian/21.0+dfsg-1raw · history · blame

1. Important note to use nzbget to download and unpack RAR-files

Due to licensing restrictions, unrar is classified as non-free, so it can't be
automatically installed via this package's Depends/Recommends. The free unrar
available in the "unrar-free" package can not be used because it's user-
interface is different.

If you need to unpack RAR-files, check out the "unrar-nonfree" package avail-
able from the non-free suite. (https://tracker.debian.org/pkg/unrar-nonfree)

2. Daemon running as service under systemd
Copy /usr/share/doc/examples/nzbget.systemd to
/etc/systemd/system/nzbget.service, adjust User= and Group= settings in that
file, and set the MainDir variable in /etc/nzbget.conf to your desired location.
You also either need to give that user permission to the directory
/var/log/nzbget or adjust the logfile location to a place where the user can
access it.

Then run "systemctl daemon-reload" to make systemd load nzbget.service. To start
the daemon, either issue "systemctl start nzbget" to run once, or "systemctl
enable nzbget" to start at bootup.

 -- Andreas Moog <andreas.moog@warperbbs.de>  Sun, 18 Jun 2017 13:11:30 +0200