Sha256: 21a6eeacc2af415bc4cdce19fee46c41fe84696e571d9817c9585d8e525dff93

Contents?: true

Size: 397 Bytes

Versions: 6

Compression:

Stored size: 397 Bytes

Contents

#!/bin/bash

# create the options for starting the daemon from the settings in the
# /etc/conf.d/jerbild file
myopts=""
[ -n "${NO_DAEMON}" ] && myopts="${myopts} -n"
[ -n "${CONF_FILE}" ] && myopts="${myopts} -c ${CONF_FILE}"
[ "${VERBOSE}" == "true" ] && [ "${QUIET}" != "true" ] && myopts="${myopts} -V"
[ -n "${NO_SYSLOG}" ] && myopts="${myopts} -S"


${PROJECT_ROOT}/sbin/jerbild ${myopts}


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
jerbil-1.4.8 test/init.d/jerbild
jerbil-1.4.7 test/init.d/jerbild
jerbil-1.4.6 test/init.d/jerbild
jerbil-1.4.5 test/init.d/jerbild
jerbil-1.3.3 test/init.d/jerbild
jerbil-1.2.2 test/init.d/jerbild