Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 781 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 781 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
    YOUR_PATH_TO_THE_BOT_BINARY Your path to the SinusBot binary /opt/sinusbot/sinusbot
    YOU_PATH_TO_THE_BOT Your path to the SinusBot install directory /opt/sinusbot
  3. Reload systemd: systemctl daemon-reload

  4. Start the sinusbot: service sinusbot start