Re: init.d script

2019-07-12 Thread james judge
stop) > echo -n "Stopping $DESC: $NAME" > d_stop > echo "." > ;; > > restart|force-reload) > echo -n "Restarting $DESC: $NAME" > d_stop > sleep 1 > d_start > echo "." > ;; > &

Re: init.d script

2019-07-11 Thread Maxim Solodovnik
d_start echo "." ;; *) echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload}" >&2 exit 1 ;; esac exit 0 ======= On Fri, 12 Jul 2019 at 01:51, james judg

init.d script

2019-07-11 Thread james judge
I heard a rumor Maxim had an init.d script for starting openmeeting automatically. As much as I love re-creating the wheel, it'd be cool if someone could point me towards the already created wheel. Thank you, James Judge www.JamesJudge.info <http://www.jamesjudge.info/> (570) 230-4933