aboutsummaryrefslogtreecommitdiff
path: root/init/slackware.genrc
blob: c2180bfcd0ff9b69a06dfe446709940c32214e00 (plain)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh
COMMAND=/usr/sbin/varnish-mib
PIDFILE=/var/run/varnish-mib.pid
OPTIONS=

exec /sbin/genrc --command "$COMMAND $OPTIONS -p $PIDFILE" \
                 --pidfile $PIDFILE \
                 --no-reload \
                 --verbose \
                 "$@"

Return to:

Send suggestions and report system problems to the System administrator.