matrix-feedbot/templates/twitbot.service

12 lines
244 B
INI

[Unit]
Description=Twitter to Matrix
Requires=network.target
[Install]
WantedBy=default.target
[Service]
Type=simple
ExecStart=/home/rrix/feedbot/env/bin/python /home/rrix/feedbot/twitbot.py -c /home/rrix/feedbot/conf.yaml
Restart=on-failure