Displaying 1 result from an estimated 1 matches for "ldmhome".
Did you mean:
admhome
2006 Jun 01
3
Assistance with startup script
...ice will start up after
networking comes up, and then shut down when networking goes away?
Where all do entries need to be made, and what would they consist of?
Many thanks.....
Sam
------------------------------------------------------------------------
#! /bin/sh
export PATH=/bin:/usr/bin
LDMHOME=/usr/local/ldm
LDMBIN=$LDMHOME/bin
LDMADMIN=$LDMBIN/ldmadmin
PQCHECK=$LDMBIN/pqcheck
PQCAT=$LDMBIN/pqcat
PQ=$LDMHOME/data/ldm.pq
LOG="logger -p local0.err $0:"
case "$1" in
start)
$LOG 'Starting LDM system...'
if [ -x $LDMADMIN ] ; then
if su - ldm -c "...