Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 377311
Collapse All | Expand All

(-)/root/memcached_orig (-2 / +1 lines)
Lines 60-67 Link Here
60
        fi
60
        fi
61
61
62
        /sbin/start-stop-daemon --start --pidfile "${PIDFILE}" \
62
        /sbin/start-stop-daemon --start --pidfile "${PIDFILE}" \
63
                --exec "${MEMCACHED_BINARY}" \
63
                --exec "${MEMCACHED_BINARY}" -- \
64
				--startas "${MEMCACHED_BINARY}" -- \
65
                -d -p ${PORT} -U ${UDPPORT} ${c_LISTENON} -m ${MEMUSAGE} \
64
                -d -p ${PORT} -U ${UDPPORT} ${c_LISTENON} -m ${MEMUSAGE} \
66
                -c ${MAXCONN} -u ${MEMCACHED_RUNAS} -P "${PIDFILE}" \
65
                -c ${MAXCONN} -u ${MEMCACHED_RUNAS} -P "${PIDFILE}" \
67
				${MISC_OPTS}
66
				${MISC_OPTS}

Return to bug 377311