#!/bin/bash
# Copyright (c) 1990- InfoKer Szovetkezet
#
# Author: InfoKer Szovetkezet
#
# /etc/init.d/textlib-www
#   and symbolic its link
# /usr/sbin/rctextlib-www
#
# chkconfig: 2345 98 2
# description: TextLib WWW szerver
#
# processname: tl_www
### BEGIN INIT INFO
# Provides:          textlib-www
# Required-Start:    $network $local_fs
# Should-Start:      $httpd
# Required-Stop:     $local_fs $network
# Should-Stop:
# Default-Start:     3 5
# Default-Stop:      0 1 2 6
# Short-Description: TextLib WEB szerver
# Description:       TextLib Integralt Konyvtari Rendszer - WWW szerver
### END INIT INFO

. /usr/share/tlwww/tlwsrvinit

exit 0
