toadi has asked for the wisdom of the Perl Monks concerning the following question:
I know this is not really a perl question but I don't know where to ask else.
I have written a perl daemon that has to be run as a regular user. Not as root.
I have written a Sysv startup script where I start my script when the system boots. But this happens as root so my perl daemon runs as root.
This is something I don't want.
Any Suggestions????
2004-10-27 Edited by Arunbear: Changed title from 'daemons, Sysv, etc.', as per Monastery guidelines
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Running a daemon process as another user
by Zaxo (Archbishop) on Oct 27, 2004 at 08:00 UTC | |
by toadi (Chaplain) on Oct 27, 2004 at 08:30 UTC | |
by Happy-the-monk (Canon) on Oct 27, 2004 at 09:06 UTC | |
Re: Running a daemon process as another user
by gaal (Parson) on Oct 27, 2004 at 08:22 UTC | |
by toadi (Chaplain) on Oct 27, 2004 at 08:39 UTC | |
Re: Running a daemon process as another user
by chb (Deacon) on Oct 27, 2004 at 08:01 UTC |