Running process on startup as a user

2007-09-13 Thread Jack Barnett
Using FreeBSD 6.2 x86. I have a script called: /home/foo/scripts/MyScript.sh The user is 'foo'. The password is 'bar'. What I'm trying to do is run the MyScript.sh command on startup (that way if the box reboots, then this users process also re-starts it's self). thoughts?

Re: Running process on startup as a user

2007-09-13 Thread Philip Hallstrom
Using FreeBSD 6.2 x86. I have a script called: /home/foo/scripts/MyScript.sh The user is 'foo'. The password is 'bar'. What I'm trying to do is run the MyScript.sh command on startup (that way if the box reboots, then this users process also re-starts it's self). thoughts? Create a

Re: Running process on startup as a user

2007-09-13 Thread Duane Hill
On Thu, 13 Sep 2007 at 13:15 -0500, [EMAIL PROTECTED] confabulated: Using FreeBSD 6.2 x86. I have a script called: /home/foo/scripts/MyScript.sh The user is 'foo'. The password is 'bar'. What I'm trying to do is run the MyScript.sh command on startup (that way if the box reboots, then

Re: Running process on startup as a user

2007-09-13 Thread Manolis Kiagias
Jack Barnett wrote: Using FreeBSD 6.2 x86. I have a script called: /home/foo/scripts/MyScript.sh The user is 'foo'. The password is 'bar'. What I'm trying to do is run the MyScript.sh command on startup (that way if the box reboots, then this users process also re-starts it's self).

Re: Running process on startup as a user

2007-09-13 Thread Eric Crist
On Sep 13, 2007, at 1:15 PMSep 13, 2007, Jack Barnett wrote: Using FreeBSD 6.2 x86. I have a script called: /home/foo/scripts/MyScript.sh The user is 'foo'. The password is 'bar'. What I'm trying to do is run the MyScript.sh command on startup (that way if the box reboots, then this