Page 1 of 1

How to get it to autostart on 16.04?

Posted: July 6th, 2016, 2:13 pm
by absteeve
16.04 has been out for quite awhile now, so when my server had a harddrive failure last week I decided to install 16.04. Everything's going fine until I get up to sabnzbd...

I can install it fine, but I find ZERO posts/wiki/anything about using systemd/systemctl with sabnzbd.

So... EXACTLY (please) how do I get sabnzbd to run on startup?

Thanks.

Re: How to get it to autostart on 16.04?

Posted: July 6th, 2016, 2:33 pm
by jcfp
Same as always, with the init.d script supplied by the package. Systemd picks that up automagically (as long as you haven't added a native systemd service by the same name).

Re: How to get it to autostart on 16.04?

Posted: July 6th, 2016, 4:16 pm
by absteeve
Oh, so I was over thinking it? :)

Thanks. Got it working. Appreciate it.