about summary refs log tree commit diff
path: root/tracer.service
blob: 1924bd16177598e8f37b4b916c5f99271d122db0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=tracer
After=tracer.service

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

[Install]
WantedBy=default.target