Change from npm to node to start the bot
This commit is contained in:
parent
5c30930433
commit
98afd4ea49
|
@ -3,7 +3,7 @@
|
|||
Description="CircleBot Instance"
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/npm start
|
||||
ExecStart=/usr/bin/node index.js
|
||||
# Set this to the bot's top level directory
|
||||
WorkingDirectory=/opt/bots/CircleBot
|
||||
Restart=always
|
||||
|
|
Loading…
Reference in New Issue
Block a user