about summary refs log blame commit diff
path: root/tooter.service
blob: 3a03672c2f8f7be45ea0a2bbd547d57be9594d5a (plain) (tree)
1
2
3
4
5
6
7
8






                                           
                                       







                       
[Unit]
Description=tooter
After=tooter.service

[Service]
Type=simple
WorkingDirectory=/home/ben/workspace/tooter
ExecStart=/usr/bin/python3 -u tooter.py
Restart=always
RestartSec=5
StartLimitInterval=60s
StartLimitBurst=3

[Install]
WantedBy=default.target