Re: starting/stoping program on boot/shutdown

1997-05-06 Thread Klee Dienes
Brian N. Borg <[EMAIL PROTECTED]> writes: > What is start-stop-daemon ? > [...] > I think that if it is enough of a Debian standard that virtualy > all of the scripts that dpkg installs in /etc/init.d use it, > we are due an explanation of what it does, how it is used, etc. You're absolutely

Re: starting/stoping program on boot/shutdown

1997-05-06 Thread Brian N. Borg
What is start-stop-daemon ? The problem I have is that I can find absolutely no documentation on "start-stop-daemon". There is a useless stub of a man page that directs one to the --help output or the source code. /sbin/start-stop-daemon is apparently a perl script, but I do not know perl no

Re: starting/stoping program on boot/shutdown

1997-05-04 Thread Jim Pick
> So how do I start/stop a plain program during boot/shutdown? Is it > safe, that root runs this thing? Should I run it under another > account? Which one and do I have to create a homedir for that? > This program should only be started once and not by "normal" > users. How do I achieve this? Wher

starting/stoping program on boot/shutdown

1997-05-04 Thread Alexander Lazarevic
Hi! I'm taking part in the DES Challenge coordinated effort, which means running their client and calculating keys. Now this thing is easy to use and stays in the background, but every time I reboot I have to restart the program. Now my aproach was to write a little script put it into /etc/init.d/