/linux-startscript

🚀 Systemd startscript to manage the startup of the SinusBot easily.

GNU General Public License v3.0GPL-3.0

SinusBot startscript

Installation

  1. Copy the file sinusbot.service to /lib/systemd/system/sinusbot.service

  2. Adjust the following placeholders to your installation:

    placeholder description example
    YOUR_USER Your user who starts the bot sinusbot
    YOURPATH_TO_THE_BOT_BINARY Your path to the SinusBot binary /opt/sinusbot/sinusbot
    YOURPATH_TO_THE_BOT_DIRECTORY Your path to the SinusBot install directory /opt/sinusbot
  3. Reload systemd: systemctl daemon-reload

  4. Enable autostart (optional) systemctl enable sinusbot

  5. Start the sinusbot: systemctl start sinusbot