about summary refs log tree commit diff
path: root/tooter.service
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2019-05-29 22:06:45 -0400
committerBen Harris <ben@tilde.team>2019-05-29 22:06:45 -0400
commit0d5a6b010694be98e2ddbef221588ac007048df0 (patch)
treee47ea26331d12cd48a37327e10c393613351e2f7 /tooter.service
parent26ed6b7f09f412d706a2d3b5e4590e6278fbd860 (diff)
move configs to json
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 6d208d6..c347b41 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/tracer/tooter.py
+ExecStart=/home/ben/workspace/tooter/tooter.py
 Restart=always
 RestartSec=5
 StartLimitInterval=60s