Starting Multiple Daemons via Crontab for One User

General support for problems installing or using Deluge
Post Reply
Xplorer4x4
Member
Member
Posts: 17
Joined: Sun Oct 14, 2012 12:17 am

Starting Multiple Daemons via Crontab for One User

Post 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?
Xplorer4x4
Member
Member
Posts: 17
Joined: Sun Oct 14, 2012 12:17 am

Re: Starting Multiple Daemons via Crontab for One User

Post by Xplorer4x4 »

Been awhile, still no solution. Any help here..
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Starting Multiple Daemons via Crontab for One User

Post 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.
Post Reply