From 195e9015a8ee41ebaa5da3abc7faa14549e82686 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 9 May 2022 15:10:36 -0400 Subject: add author to toots also bumps deps and some various cleanups --- tooter.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tooter.service') 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 -- cgit 1.4.1