I need to start a program at boot time. The program has a -d switch that puts
it into daemon mode, but Ubuntu won't let me run it as root.
init: security exit, root euid
Is there a way I can disable this, or, even better, start the program at boot
(via rc.local, /etc/init.d, etc.) as a user other than root?
--
Jeff Simmons jsimmons@goblin.punk.net
Simmons Consulting - Network Engineering, Administration, Security
"You guys, I don't hear any noise. Are you sure you're doing it right?"
-- My Life With The Thrill Kill Kult
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
11-20-2007, 07:00 AM
Nils Kassube
Starting a program at boot
Jeff Simmons wrote:
> I need to start a program at boot time. The program has a -d switch
> that puts it into daemon mode, but Ubuntu won't let me run it as root.
>
> init: security exit, root euid
>
> Is there a way I can disable this, or, even better, start the program
> at boot (via rc.local, /etc/init.d, etc.) as a user other than root?
su user -c command options
Nils
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users