@Mikkel_Petersen wrote:
Hi all. I am a customer with Feralhosting, and they are pretty unstable right now. I start up the daemon with "Flexget damon start -d" while being in my virtual enviroment. It stops working after 1-2 weeks. I think this is because feralhosting reboots it or something, that disrupts flexget.
So my problem is that my auto startup dosn't work probably, as it fails to start the daemon back up. This is what I have done:
In cron I added this line:
@reboot /media/partition/user/Flexget_boot
This redirects it to a script. The contents of the "Flexget_boot" script are:
#! /bin/bash source /media/partition/user/virtualenv3/bin/activate flexget daemon start -d
The script have full permissions ie. 777. When I run the script by itself (and I am not using sudo), then it start up flexget without problems.
As I see it, this start up should work. So other than reboot, what could cause a detached flexget daemon to stop after being used 1-2 weeks?
Posts: 1
Participants: 1