tooter/tooter.service

16 lines
297 B
SYSTEMD
Raw Permalink Normal View History

2019-05-30 01:03:12 +00:00
[Unit]
Description=tooter
After=tooter.service
[Service]
Type=simple
WorkingDirectory=/home/ben/workspace/tooter
ExecStart=/home/ben/workspace/tooter/venv/bin/python3 -u tooter.py config.yaml
2019-05-30 01:03:12 +00:00
Restart=always
RestartSec=5
StartLimitInterval=60s
StartLimitBurst=3
[Install]
WantedBy=default.target