PDA

View Full Version : [ubuntu] how to run autostart daemon after reboot



monkeyking
July 2nd, 2009, 05:01 PM
Hi
Untill the latest upgrade to 9.04 I had a daemon starting at each boot.
Now it doesnt happen anymore,
But I can still start it manually with
/etc/init.d/mon start

Has anyone any idea how to add make it start automaticcly

thanks in advance

credobyte
July 2nd, 2009, 05:03 PM
System -> Preferences -> Startup Programs ( /etc/init.d/mon as a command ).

monkeyking
July 2nd, 2009, 05:13 PM
Thanks,
But do you know how to do it with no Xserver?

Denisiuk
January 28th, 2010, 07:17 PM
Lord, I have 1.5 hours looking for how I add the server daemon to autostart, why everyone thinks that autostart needed only with X?

Kemon
January 28th, 2010, 07:42 PM
sudo vim /etc/rc.local
Add the program before: exit 0.
Is that what you need?

monkeyking
February 27th, 2010, 05:58 AM
thanks

[CPR]-AL.exe
July 7th, 2010, 12:37 PM
Is there a way to run it without root rights?

kemra
July 7th, 2010, 02:41 PM
-AL.exe;9558364']Is there a way to run it without root rights?

I don't currently have a Linux machine to hand, but if you go to System>Administration>Startup you can add things in there that you want to autostart but don't need root privaledges for.

[CPR]-AL.exe
July 7th, 2010, 02:52 PM
I have no GUI. Thanx, i already solved it via crontab