We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a41e8f + 7c29cb6 commit 97803b7Copy full SHA for 97803b7
README.md
@@ -8,8 +8,9 @@
8
placeholder | description | example
9
------------------------------|---------------------------------------------|------------------------
10
YOUR_USER | Your user who starts the bot | sinusbot
11
- YOURPATH_TO_THE_BOT\_BINARY | Your path to the SinusBot binary | /opt/sinusbot/sinusbot
+ YOURPATH_TO_THE_BOT\_BINARY | Your path to the SinusBot binary | /opt/sinusbot/sinusbot
12
YOURPATH_TO_THE_BOT_DIRECTORY | Your path to the SinusBot install directory | /opt/sinusbot
13
14
3. Reload systemd: `systemctl daemon-reload`
15
+4. Enable autostart (optional) `systemctl enable sinusbot`
16
4. Start the sinusbot: `service sinusbot start`
0 commit comments