By CrypticCube
Hello,
I was wondering how I can have some bots start automatically after boot. I have a music bot on a vps for a discord server and I was wondering how to have it start backup automatically from its directory.
I am running it in Ubuntu Ver 14
Thanks, Joyal
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
What’s the command you type at the console, and where is the executable located? Once you have this info, all you usually need to do is edit the file /etc/rc.local and place it before the exit command. Make sure you end the command you add with an ampersand(&) to make sure that it runs in the background.
For example, if you’re command is “discord somearghere” and your executable is located in /opt/discord/bin/discord, insert the following in /etc/rc.local
/opt/discord/bin/discord somearghere &
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.