Skip to content

SinusBot/linux-startscript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

25 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

About

πŸš€ Systemd startscript to manage the startup of the SinusBot easily.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published