Re: starting process in background

2000-03-03 Thread Damon Muller
Quoth aphro, > whats the best way? im running a icecast server and wanna set it to start > on boot.. > > what i got goin is.. > > su icecast -c /usr/local/icecast/bin/icecast >/dev/null & Have you tried nohup? I tend to find that it works pretty well, and creates a handy nohup.out file, contai

Re: starting process in background

2000-03-03 Thread Paul J. Keenan
On Thu, Mar 02, 2000 at 03:53:45PM -0800, aphro wrote: > whats the best way? im running a icecast server and wanna set it to start > on boot.. > > what i got goin is.. > > su icecast -c /usr/local/icecast/bin/icecast >/dev/null & > > BUT the problem is it segfaults when i have the & ..without t

Re: starting process in background

2000-03-03 Thread Ethan Benson
On Thu, Mar 02, 2000 at 03:53:45PM -0800, aphro wrote: > whats the best way? im running a icecast server and wanna set it to start > on boot.. > > what i got goin is.. > > su icecast -c /usr/local/icecast/bin/icecast >/dev/null & > > BUT the problem is it segfaults when i have the & ..without t