about summary refs log tree commit diff
path: root/tooter.service
blob: 3a03672c2f8f7be45ea0a2bbd547d57be9594d5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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