X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=debian%2Fpazpar2.init;h=03c498bcd2b4c94cfc09822b7cafe0324b4e9bec;hb=bf6019cfd718eab84165c4aa3eb3d9b78dbf0bd3;hp=666e30c1f88f3e5adc8839a5d05c9860779b6da6;hpb=c94ee5d08b0ac8cbf8e6eb7b71e6ce1e98808128;p=pazpar2-moved-to-github.git diff --git a/debian/pazpar2.init b/debian/pazpar2.init index 666e30c..03c498b 100644 --- a/debian/pazpar2.init +++ b/debian/pazpar2.init @@ -1,17 +1,16 @@ #! /bin/sh -# -# skeleton example file to build /etc/init.d/ scripts. -# This file should be used to construct scripts for /etc/init.d. -# -# Written by Miquel van Smoorenburg . -# Modified for Debian -# by Ian Murdock . -# -# Version: @(#)skeleton 1.9 26-Feb-2001 miquels@cistron.nl -# +### BEGIN INIT INFO +# Provides: pazpar2 +# Required-Start: $local_fs $remote_fs $network $named $time +# Required-Stop: $local_fs $remote_fs +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: Pazpar2 server +# Description: Debian init script for the Pazpar2 server +### END INIT INFO PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin -DAEMON=/usr/bin/pazpar2 +DAEMON=/usr/sbin/pazpar2 NAME=pazpar2 DESC=pazpar2