about summary refs log tree commit diff
path: root/tracer.service
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2020-02-24 11:32:56 -0500
committerBen Harris <ben@tilde.team>2020-02-24 11:32:56 -0500
commit82313c091e3049fc9cb65a155934abc2d852c64e (patch)
treec6fe24392a3435a6479de557d2a194a92768236b /tracer.service
parentc9aa98d2258ccdb7a72b39956233e30373ae5b41 (diff)
add nickserv support irctokens
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 1924bd1..5a7e0fa 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/venv/bin/python3 /home/ben/workspace/tracer/tracer.py
+ExecStart=/home/ben/workspace/tracer/venv/bin/python3 tracer.py
 Restart=always
 RestartSec=5
 StartLimitInterval=60s