Currently, taskotron-trigger is run on the command line in screen. We've talked about moving that to a systemd service but never actually did it.
Attempt to run fedmsg-hub as a systemd service, make sure that: * Jobs are triggered * csv log is being written
If fedmsg-hub can't handle the csv logs being written, figure out another way to make this happen - running trigger in the cli isn't going to work long term.
This is already implemented, I tested it to make sure it works though like so:
/etc/taskotron/trigger.cfg
readme.rst
systemctl start fedmsg-hub.service
cat /var/log/fedmsg/taskotron-trigger.log
StreamTrigger
cat /var/log/taskotron-trigger/jobs.csv
Works on my system :)
Thanks for verifying that it all works as it's supposed to