Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 847 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 847 Bytes

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