about summary refs log tree commit diff
path: root/tooter.service
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2022-05-09 15:10:36 -0400
committerBen Harris <ben@tilde.team>2022-05-09 15:10:36 -0400
commit195e9015a8ee41ebaa5da3abc7faa14549e82686 (patch)
treefd518e775c1a27034435beaa132243fa7eb79ef0 /tooter.service
parent7f687d23f7715a7c0489df002766b7cb393d400a (diff)
add author to toots
 also bumps deps and some various cleanups
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 3a03672..5aa430d 100644
--- a/tooter.service
+++ b/tooter.service
@@ -5,7 +5,7 @@ After=tooter.service
 [Service]
 Type=simple
 WorkingDirectory=/home/ben/workspace/tooter
-ExecStart=/usr/bin/python3 -u tooter.py
+ExecStart=/home/ben/workspace/tooter/venv/bin/python3 -u tooter.py
 Restart=always
 RestartSec=5
 StartLimitInterval=60s