Linux how to auto run sabnzb+sickbeard ?

edogg

Inactive User
Joined
Feb 24, 2006
Messages
4,055
Reaction score
723
as above I have a raspberry pi setup to run as an downloader but I want it to autorun sabnzbd and sickbeard at bootup how would i do it in raspbian linux please or is the only way to run it from terminal
 
Have a look at Cron. It should support running it. Found an example at this site
 
Just for future reference, cron is a scheduler. If you want to start a program automatically at boot then a script in init.d is the best option...
 
Just for future reference, cron is a scheduler. If you want to start a program automatically at boot then a script in init.d is the best option...
thanks m8 that is what the article explains how to do I now have two scripts in init.d to start sabnzbdplus and sickbeard at boot up
 
Back
Top