stop)
> echo -n "Stopping $DESC: $NAME"
> d_stop
> echo "."
> ;;
>
> restart|force-reload)
> echo -n "Restarting $DESC: $NAME"
> d_stop
> sleep 1
> d_start
> echo "."
> ;;
>
&
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
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