mirror of
https://github.com/Mikaela/Limnoria-doc.git
synced 2025-10-14 17:37:30 +02:00
supybot-botchk: Better explain when to use the systemd service.
This commit is contained in:
parent
6d20ec3a1b
commit
fa8d462e0a
@ -12,8 +12,11 @@ Note that you only need to use one.
|
|||||||
systemd service
|
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 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
|
Create a new file ``/etc/systemd/system/<BOTNAME>.service`` with the
|
||||||
following content replacing things were suitable::
|
following content replacing things were suitable::
|
||||||
@ -56,6 +59,8 @@ Some commands
|
|||||||
* stop the bot: ``systemctl stop <BOTNAME>.service``
|
* stop the bot: ``systemctl stop <BOTNAME>.service``
|
||||||
* reload config files: ``systemctl reload <BOTNAME>.service``
|
* reload config files: ``systemctl reload <BOTNAME>.service``
|
||||||
|
|
||||||
|
.. _supybot-botchk:
|
||||||
|
|
||||||
supybot-botchk
|
supybot-botchk
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user