From 1bbf81b42d7b1123a0a3a5313f0c86f67c35624d Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sat, 18 Dec 2021 18:44:17 +0100 Subject: [PATCH] use/botchk: Don't override the PATH, that's useless. --- use/supybot-botchk.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/use/supybot-botchk.rst b/use/supybot-botchk.rst index b30271e..632a5a9 100644 --- a/use/supybot-botchk.rst +++ b/use/supybot-botchk.rst @@ -26,7 +26,8 @@ following content replacing things were suitable:: After=network.target [Service] - Environment="PATH=/usr/local/bin:/usr/local/sbin:/usr/local/games:/usr/bin:/usr/sbin:/usr/games:/bin:/sbin:/bin:/opt/local/bin:/opt/local/sbin:/opt/local/games TZ=UTC" + Environment="PATH=/usr/local/bin:/usr/local/sbin:/usr/local/games:/usr/bin:/usr/sbin:/usr/games:/bin:/sbin:/bin:/opt/local/bin:/opt/local/sbin:/opt/local/games" + Environment="TZ=UTC" Type=simple ExecStart=/usr/local/bin/supybot /home/bot/botname/botname.conf ExecReload=/bin/kill -HUP $MAINPID