about summary refs log blame commit diff
path: root/tooter.service
blob: 6d208d69229f5f5410a26a90cd296467c8ef6201 (plain) (tree)
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=/home/ben/workspace/tracer/tooter.py
Restart=always
RestartSec=5
StartLimitInterval=60s
StartLimitBurst=3

[Install]
WantedBy=default.target