about summary refs log blame commit diff
path: root/tooter.service
blob: 9eae6d31b7f2b20c6f8e1a17ecd3c80d96f870b4 (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 tooter.py
Restart=always
RestartSec=5
StartLimitInterval=60s
StartLimitBurst=3

[Install]
WantedBy=default.target