3
# Provides: stop-bootlogd
4
# Required-Start: $local_fs $all
6
# Default-Start: 2 3 4 5
8
# Short-Description: Stop bootlogd
9
# Description: See the init.d/bootlogd script
15
[ -x "$DAEMON" ] || exit 0
19
/etc/init.d/bootlogd stop
21
stop|restart|force-reload)
25
exec /etc/init.d/bootlogd status
28
echo "Usage: $NAME {start|stop|restart|force-reload}" >&2