]> arthur.barton.de Git - netatalk.git/blobdiff - distrib/initscripts/rc.atalk.gentoo.tmpl
Add cnid_dbd logging option to netatalk.conf and to all startup scripts. Also deactiv...
[netatalk.git] / distrib / initscripts / rc.atalk.gentoo.tmpl
index 47bba4ade9646cee96119f4086e33755b03e7025..53d51eb44d621c7bb4028549a9bacc13aa95a2b6 100644 (file)
@@ -36,7 +36,7 @@ atalk_startup () {
 
        if [ "${CNID_METAD_RUN}" = "yes" ] ; then
                ebegin "Starting cnid_metad"
-               start-stop-daemon --start --quiet --exec :SBINDIR:/cnid_metad
+               start-stop-daemon --start --quiet --exec :SBINDIR:/cnid_metad "$CNID_DBD_LOGCONFIG"
                eend $?
        fi