From 2fd0b3a77024c28720b1cb9c7a1dbb038631f9b5 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 9 May 2022 16:52:19 -0400 Subject: downgrade emoji to silence deprecation warning --- tooter.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tooter.service') diff --git a/tooter.service b/tooter.service index 02b1044..98c426b 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/venv/bin/python3 -u tooter.py +ExecStart=/home/ben/workspace/tooter/venv/bin/python3 -u tooter.py config.yaml Restart=always RestartSec=5 StartLimitInterval=60s -- cgit 1.4.1