From c9a86e5317abc62fd328cf0aa668709853f1729f Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 28 Jun 2020 14:45:03 -0400 Subject: [PATCH] tidy up systemd service file --- radiobot.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radiobot.service b/radiobot.service index 0d847e1..e1b58bb 100644 --- a/radiobot.service +++ b/radiobot.service @@ -5,7 +5,7 @@ After=radiobot.service [Service] Type=simple WorkingDirectory=/home/ben/workspace/radiobot -ExecStart=/bin/bash /home/ben/workspace/radiobot/bot.sh +ExecStart=/bin/bash bot.sh Restart=always RestartSec=5 StartLimitInterval=60s