about summary refs log tree commit diff
path: root/tooter.service
blob: 98c426b103d434c9e7a01a6d8fca5c79e493a0ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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
Restart=always
RestartSec=5
StartLimitInterval=60s
StartLimitBurst=3

[Install]
WantedBy=default.target