aboutsummaryrefslogtreecommitdiff
path: root/init/slackware.genrc
diff options
context:
space:
mode:
Diffstat (limited to 'init/slackware.genrc')
-rwxr-xr-xinit/slackware.genrc10
1 files changed, 10 insertions, 0 deletions
diff --git a/init/slackware.genrc b/init/slackware.genrc
new file mode 100755
index 0000000..c2180bf
--- /dev/null
+++ b/init/slackware.genrc
@@ -0,0 +1,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.