From fa8d462e0a0032c1575547c5fd7531e3b702133f Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Mon, 3 May 2021 23:52:06 +0200 Subject: [PATCH] supybot-botchk: Better explain when to use the systemd service. --- use/supybot-botchk.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/use/supybot-botchk.rst b/use/supybot-botchk.rst index 3c9630c..259472d 100644 --- a/use/supybot-botchk.rst +++ b/use/supybot-botchk.rst @@ -12,8 +12,11 @@ Note that you only need to use one. systemd service =============== +Using a systemd service is the recommended method to run Limnoira. You need root access as no one has got this to work as user service yet. -You must also use systemd as your init. +You must also use systemd as your init system (this is usually the case +on Linux). +If you don't, skip to the "supybot-botchk" section below. Create a new file ``/etc/systemd/system/.service`` with the following content replacing things were suitable:: @@ -56,6 +59,8 @@ Some commands * stop the bot: ``systemctl stop .service`` * reload config files: ``systemctl reload .service`` +.. _supybot-botchk: + supybot-botchk ==============