Page 1 of 1

Starting Multiple Daemons via Crontab for One User

Posted: Fri Oct 19, 2012 4:32 am
by Xplorer4x4
Normally I just use "@reboot deluged" for one daemon, but when I try
@reboot deluged -p 1234 -c /path/folder1/
@reboot deluged -p 1234 -c /path/folder2/
It does not start any of the daemons after reboot.Yet if I enter:
deluged -p 1234 -c /path/folder1/
deluged -p 1234 -c /path/folder2/
from an ssh terminal, it launches them fine. How can I start them all using @reboot in crontab?

Re: Starting Multiple Daemons via Crontab for One User

Posted: Sun Nov 11, 2012 6:52 pm
by Xplorer4x4
Been awhile, still no solution. Any help here..

Re: Starting Multiple Daemons via Crontab for One User

Posted: Sun Nov 11, 2012 7:26 pm
by Cas
Does your path have spaces in it? Realistically you will have to debug it yourself, using different options and looking in the logs for cron and deluged.