@hrassel wrote:
Hi guys.
I have a big issue, I am not sure if it is the daemon that cannot does not load the config.yml or it is the schedueler that is not running at the designated time.I have a ubuntu 16.04 machine running flexget as a service with the following flexget.service setup:
[Unit]
Description=Flexget Daemon
After=network.target[Service]
Type=simple
User=daemon
Group=daemon
UMask=000
Restart=on-failureWorkingDirectory=/etc/flexget
ExecStart=/usr/local/bin/flexget daemon start
ExecStop=/usr/local/bin/flexget daemon stop
ExecReload=/usr/local/bin/flexget daemon reload[Install]
WantedBy=multi-user.targetI then have my config located in /etc/flexget/config.yml. The schedule does not run when specified. I have made the following schedules that is not running correctly:
schedules: # Run task Files once every 55 minutes - tasks: Files* interval: minutes: 55 # Run task Serrie every 35 minutes - tasks: Serrie* interval: minutes: 35
I hope somebody can help me figure this out, as the only time apparently flexget checks is when started or reloaded at 04.00 am.
Posts: 2
Participants: 2