Re: using ttys to restart a process

2004-08-25 Thread Richard P. Williamson
Hello, According to ttys(5) and init(8), init will restart a process if it is found in ttys. Accordingly, I've added these two lines to my ttys file: ttyv0 /bin/stp-server unknown on ttyv1 /manager/listener 4553 unknown on The first line appears to result in what I'm

using ttys to restart a process

2004-08-17 Thread Richard P. Williamson
Hello, 4.10-RELEASE According to ttys(5) and init(8), init will restart a process if it is found in ttys. I can not find, however, an example syntax for doing just that. Say I have a process called /usr/bin/sleeploop # is this how it works? sleeper /usr/bin/sleeploop -q 3000 none on insecure