View | Details | Raw Unified | Return to bug 149028
Collapse All | Expand All

(-)files/couchdb.in (-1 / +1 lines)
Lines 35-41 pidfile="/var/run/${name}/${name}.pid" Link Here
35
etcdir="%%PREFIX%%/etc/${name}"
35
etcdir="%%PREFIX%%/etc/${name}"
36
respawn=""
36
respawn=""
37
37
38
if [ "$couchdb_respawn" > 0 ]
38
if [ "$couchdb_respawn" -gt 0 ]
39
    then
39
    then
40
        respawn="-r ${couchdb_respawn} "
40
        respawn="-r ${couchdb_respawn} "
41
fi
41
fi

Return to bug 149028