From f7c8740729bca3b668db68297560bfc8236a502d Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 24 Feb 2020 11:14:49 -0500 Subject: small refactor and nickserv account stuff --- tooter.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tooter.service') 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 -- cgit 1.4.1