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