Fixes some minor issue
← Older revision | Revision as of 12:35, 15 August 2023 | ||
Line 43: | Line 43: | ||
Notice that the commands <code>/opt/nzbget/nzbget -D</code> and <code>/opt/nzbget/nzbget -Q</code> are used to cleanly start and stop the service. | Notice that the commands <code>/opt/nzbget/nzbget -D</code> and <code>/opt/nzbget/nzbget -Q</code> are used to cleanly start and stop the service. | ||
Make the service file executable: | |||
{{Cmd|# chmod +x /etc/init.d/nzbget}} | |||
Add the service to rc init: | Add the service to rc init: | ||
Line 50: | Line 54: | ||
Start the service: | Start the service: | ||
{{Cmd|# rc-service | {{Cmd|# rc-service nzbget start}} | ||
== Notes == | == Notes == | ||
Line 56: | Line 60: | ||
* At this point, you should be able to reach nzbget at '''http://<YOURIP>:6789'''. You should be able to start and stop the nzbget service and the service should start after a system restart/reboot: | * At this point, you should be able to reach nzbget at '''http://<YOURIP>:6789'''. You should be able to start and stop the nzbget service and the service should start after a system restart/reboot: | ||
{{Cmd|# rc-service | {{Cmd|# rc-service nzbget start}} | ||
{{Cmd|# rc-service | {{Cmd|# rc-service nzbget stop}} | ||
* Any further configs can be set using the webgui or in {{path|/opt/nzbget/nzbget.conf}}. | * Any further configs can be set using the webgui or in {{path|/opt/nzbget/nzbget.conf}}. |
Distro