Author: jodogne-guest Date: 2014-02-04 14:34:12 +0000 (Tue, 04 Feb 2014) New Revision: 15992
Modified: trunk/packages/orthanc/trunk/debian/orthanc.init Log: fix the stop of the Orthanc service Modified: trunk/packages/orthanc/trunk/debian/orthanc.init =================================================================== --- trunk/packages/orthanc/trunk/debian/orthanc.init 2014-02-04 13:40:03 UTC (rev 15991) +++ trunk/packages/orthanc/trunk/debian/orthanc.init 2014-02-04 14:34:12 UTC (rev 15992) @@ -18,12 +18,12 @@ # You can modify the variables below DESC="Orthanc" -NAME=orthanc -DAEMON=/usr/sbin/Orthanc +NAME=Orthanc +DAEMON=/usr/sbin/$NAME LOGDIR=/var/log/orthanc DAEMON_ARGS="--logdir=$LOGDIR /etc/orthanc/orthanc.json" PIDFILE=/run/$NAME.pid -SCRIPTNAME=/etc/init.d/$NAME +SCRIPTNAME=/etc/init.d/orthanc ORTHANC_USER=orthanc:orthanc # Exit if the package is not installed _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
