about summary refs log tree commit diff
path: root/tooter.service
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2020-02-24 11:14:49 -0500
committerBen Harris <ben@tilde.team>2020-02-24 11:14:49 -0500
commitf7c8740729bca3b668db68297560bfc8236a502d (patch)
tree24dda7ec1349cedc72e2c598e1ab192da84e3823 /tooter.service
parentbb80546e45cebd979f44c6d790af15e0ac7170a4 (diff)
small refactor and nickserv account stuff
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 c347b41..d2354db 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/tooter.py
+ExecStart=/home/ben/workspace/tooter/venv/bin/python3 tooter.py
 Restart=always
 RestartSec=5
 StartLimitInterval=60s