Report this

What is the reason for this report?

Start screens automatically after rebooting the server

Posted on February 24, 2016

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!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

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 &

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.