I'm trying to write a startup script for a license manager using the Red
Hat initscript style.  The daemon is supposed to be started using I/O
redirection, as in

        /path/to/license-manager >> /path/to/log-file 2>&1 &

Is there a way to use the daemon function in /etc/init.d/functions to
start this thing correctly?  Ideally, I'd like to see

        Starting foobar license manager:           [OK]

in the startup messages if the thing starts correctly.

TIA.

-- 
                Matthew Saltzman

Clemson University Math Sciences
[EMAIL PROTECTED]
http://www.math.clemson.edu/~mjs



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to