supybot-botchk: Better explain when to use the systemd service.

This commit is contained in:
Valentin Lorentz 2021-05-03 23:52:06 +02:00
parent 6d20ec3a1b
commit fa8d462e0a

View File

@ -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/<BOTNAME>.service`` with the
following content replacing things were suitable::
@ -56,6 +59,8 @@ Some commands
* stop the bot: ``systemctl stop <BOTNAME>.service``
* reload config files: ``systemctl reload <BOTNAME>.service``
.. _supybot-botchk:
supybot-botchk
==============