Does anyone know how to configure Ubuntu 10.10 to auto-start a BYOND world when the server is rebooted?
I've been searching online and through forums posts but I can't find anything helpful yet.
I may not be looking for the right keywords though.
ts
ID:155589
![]() May 15 2011, 9:01 am
|
|
![]() May 15 2011, 9:18 am
|
|
http://ubuntuforums.org/showthread.php?t=466029
|
I've visited a ton of results in Google, including that one but nothing which I can fully understand.
I think I need to add the script line to the rc.local file so that's what I'm looking for now. Here's the file and a guess at what the line might look like. #!/bin/sh -e |
When you open sessions (System -> Preferences -> Sessions) There is a tab that says Statup Programs, When in there, hit Add + and enter a name and the command to execute it at Ubuntu startup.
|
I understand nothing you are saying. But, in a sticky situation all ideas are good, right? Here is my idea.
If you can create a code to send a command to tell your server or whatever to start up again then tell me. I will create the code for you through PHP or something. You can add this code like so.. src << link("http://website.com/autoreboot.php") so whoever reboots will be directed to this page and this page will send out a signal to your website. Or this page can also redirect you to the hosting site. But you could direct it to the exact link that tell your host to start up again. like http://host.com/startup.exe or something. If I saw what you were talking about maybe I'd have more of a clue. Hope my idea helps. |