@erebfaer wrote:
I have the daemon running as a systemd service. Everything seems to be working, executing tasks as specified in the schedule.
However, when I call 'flexget daemon status' it says the daemon isn't running.I have tried having the unit run flexget with and without -d, and with user and group as both daemon and erebfaer (making sure everything in the working directory is owned by the correct user).
I'm not sure if this is something wrong or just a result of using systemd.
Not the end of the world if this can't be fixed, just want to be able to manually execute tasks with the daemon and I can always change my setup.Current flexget.service:
[Unit] Description=Flexget Daemon After=network.target [Service] Type=simple User=erebfaer Group=erebfaer UMask=000 WorkingDirectory=/etc/flexget ExecStart=/usr/local/bin/flexget daemon start --autoreload-config ExecStop=/usr/local/bin/flexget daemon stop ExecReload=/usr/local/bin/flexget daemon reload Restart=always RestartSec=3 [Install] WantedBy=multi-user.target
Posts: 1
Participants: 1