diff --git a/debian/authentic-ifef.init b/debian/authentic-ifef.init index 1c76636..7f7f5b2 100755 --- a/debian/authentic-ifef.init +++ b/debian/authentic-ifef.init @@ -15,7 +15,7 @@ NAME=authentic-ifef DAEMON=/usr/sbin/authenticctl PIDFILE=/var/run/$NAME.pid SCRIPTNAME=/etc/init.d/$NAME -OPTIONS="--spawn-cron --extra /usr/share/python-support/authentic-ifef/extra --port 4001" +OPTIONS="--spawn-cron --extra /usr/lib/pymodules/python2.6/extra --port 4001" # Gracefully exit if the package has been removed. test -x $DAEMON || exit 0