about summary refs log tree commit diff
path: root/tracer.service
diff options
context:
space:
mode:
Diffstat (limited to 'tracer.service')
-rw-r--r--tracer.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/tracer.service b/tracer.service
index e65f3c7..1924bd1 100644
--- a/tracer.service
+++ b/tracer.service
@@ -5,7 +5,7 @@ After=tracer.service
 [Service]
 Type=simple
 WorkingDirectory=/home/ben/workspace/tracer
-ExecStart=/home/ben/workspace/tracer/tracer.py
+ExecStart=/home/ben/workspace/tracer/venv/bin/python3 /home/ben/workspace/tracer/tracer.py
 Restart=always
 RestartSec=5
 StartLimitInterval=60s