Skip to content

Commit 97803b7

Browse files
authored
Merge pull request #2 from maxibanki/patch-1
Added autostart via systemctl
2 parents 9a41e8f + 7c29cb6 commit 97803b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
placeholder | description | example
99
------------------------------|---------------------------------------------|------------------------
1010
YOUR_USER | Your user who starts the bot | sinusbot
11-
YOURPATH_TO_THE_BOT\_BINARY | Your path to the SinusBot binary | /opt/sinusbot/sinusbot
11+
YOURPATH_TO_THE_BOT\_BINARY | Your path to the SinusBot binary | /opt/sinusbot/sinusbot
1212
YOURPATH_TO_THE_BOT_DIRECTORY | Your path to the SinusBot install directory | /opt/sinusbot
1313

1414
3. Reload systemd: `systemctl daemon-reload`
15+
4. Enable autostart (optional) `systemctl enable sinusbot`
1516
4. Start the sinusbot: `service sinusbot start`

0 commit comments

Comments
 (0)