mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Martin Kofahl
14.55.2016 317f75527a25f7c8a13824088723d515d9c59b68
opendj-packages/resources/sysv/opendj
@@ -45,8 +45,9 @@
    # SuSE
    . /etc/rc.status
    LOCKFILE=/var/run/rcopendj
elif [ -f /etc/lsb-release ] ; then
elif [ -f /etc/lsb-release ] || lsb_release -a >/dev/null 2>&1 ; then
    # Debian
    # On Debian 8 the file /etc/lsb-release does not exist. The lsb_release command may be used instead.
    . /lib/lsb/init-functions
    LOCKFILE=/var/lock/opendj
elif [ -f /etc/init.d/functions.sh ] ; then