about summary refs log blame commit diff
path: root/tracer.service
blob: 5a7e0fa6dfe5f9943def6fa170211f9cab98d8d9 (plain) (tree)
1
2
3
4
5
6
7
8






                                           
                                                               







                       
[Unit]
Description=tracer
After=tracer.service

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

[Install]
WantedBy=default.target