description "Startup ldap daemon" author "Harald Kueller " version 1.0 emits none special start on (runlevel [2345] and (started rpc)) stop on runlevel [S016] console output script source /etc/init/functions if [ -f /etc/openldap/slapd.conf ]; then /usr/sbin/slapd -f /etc/openldap/slapd.conf -d 0 fi end script