Flexget Cronjob not running on schedule
Re: Flexget Cronjob not running on schedule
When you say that flexget works when you run it manually, are you running it manually as the deluge user? Does the cron job show that it's running if you "grep flexget /var/log/syslog"?
Re: Flexget Cronjob not running on schedule
interestingly, when I run "grep flexget /var/log/syslog" I see the following, which align with the three users I have set up cron tasks for (shotgun approaching hoping one would work)ricksebak wrote:When you say that flexget works when you run it manually, are you running it manually as the deluge user? Does the cron job show that it's running if you "grep flexget /var/log/syslog"?
Code: Select all
Jan 4 10:15:01 Servername CRON[21969]: (root) CMD (sudo -H -u deluge flexget execute -v)
Jan 4 10:15:01 Servername CRON[21970]: (user1) CMD (/usr/local/bin/flexget -L verbose execute --cron)
Jan 4 10:15:01 Servername CRON[21971]: (deluge) CMD (sudo -H -u deluge flexget execute -v)
Thanks
Kevin