/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/owfs/owfs/ |
H A D | owserver | 5 DAEMON="owserver" 7 test -f /usr/bin/${DAEMON} || exit 0 9 if test -f /etc/default/${DAEMON} ; then 10 . /etc/default/${DAEMON} 21 echo -n "Starting ${DAEMON}: " 22 start-stop-daemon --start -x /usr/bin/${DAEMON} -- ${CMDLINE} --pid_file /var/run/${DAEMON}.pid 27 echo -n "Stopping ${DAEMON}: " 28 start-stop-daemon --stop -p /var/run/${DAEMON}.pid 54 echo "Usage: ${DAEMON} { start | stop | restart | reload }" >&2
|
H A D | owhttpd | 5 DAEMON="owhttpd" 7 test -f /usr/bin/${DAEMON} || exit 0 9 if test -f /etc/default/${DAEMON} ; then 10 . /etc/default/${DAEMON} 22 echo -n "Starting ${DAEMON}: " 23 start-stop-daemon --start -x /usr/bin/${DAEMON} -- ${CMDLINE} --pid_file /var/run/${DAEMON}.pid 28 echo -n "Stopping ${DAEMON}: " 29 start-stop-daemon --stop -p /var/run/${DAEMON}.pid 55 echo "Usage: ${DAEMON} { start | stop | restart | reload }" >&2
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/hostapd/hostapd/ |
H A D | init | 2 DAEMON=/usr/sbin/hostapd 7 test -f $DAEMON || exit 0 17 if pidof $DAEMON >/dev/null; then 31 start-stop-daemon -S -x $DAEMON -- $ARGS 36 start-stop-daemon -K --oknodo -x $DAEMON 45 killall -HUP $(basename ${DAEMON}) 49 status $DAEMON
|
/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/ |
H A D | bootlogd.init | 16 DAEMON=/sbin/bootlogd 23 test -f $DAEMON || exit 0 54 --exec $DAEMON -- -r -c 56 $DAEMON -r -c 64 start-stop-daemon --stop --quiet --exec $DAEMON 80 start-stop-daemon --stop --quiet --exec $DAEMON 82 start-stop-daemon --start --quiet --exec $DAEMON 86 status $DAEMON
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netperf/files/ |
H A D | init | 21 DAEMON=/usr/sbin/netserver 23 test -f $DAEMON || exit 0 28 start-stop-daemon -S -x $DAEMON > /dev/null 2>&1 33 start-stop-daemon -K -x $DAEMON 52 start-stop-daemon -K -x $DAEMON 54 start-stop-daemon -S -x $DAEMON
|
/openbmc/openbmc/meta-security/recipes-ids/samhain/files/ |
H A D | samhain-server.init | 12 DAEMON=/usr/sbin/yule 25 if [ -x $DAEMON ]; then 28 echo "${0}: executable ${DAEMON} not found" 68 start-stop-daemon --start --quiet --exec $DAEMON 75 start-stop-daemon --stop --quiet --exec $DAEMON 99 start-stop-daemon --stop --signal 1 --quiet --exec $DAEMON 105 $DAEMON status
|
H A D | samhain-client.init | 12 DAEMON=/usr/sbin/samhain 25 if [ -x $DAEMON ]; then 28 echo "${0}: executable ${DAEMON} not found" 74 start-stop-daemon --start --quiet --exec $DAEMON 81 start-stop-daemon --stop --quiet --exec $DAEMON 105 start-stop-daemon --stop --signal 1 --quiet --exec $DAEMON 111 $DAEMON status
|
H A D | samhain-standalone.init | 12 DAEMON=/usr/sbin/samhain 24 if [ -x $DAEMON ]; then 27 echo "${0}: executable ${DAEMON} not found" 73 start-stop-daemon --start --quiet --exec $DAEMON 80 start-stop-daemon --stop --quiet --exec $DAEMON 103 start-stop-daemon --stop --signal 1 --quiet --exec $DAEMON 109 if pidof -o %PPID $DAEMON > /dev/null; then
|
/openbmc/openbmc/poky/meta/recipes-devtools/distcc/files/ |
H A D | distcc | 24 DAEMON=/usr/bin/distccd 34 test -x $DAEMON || exit 0 51 echo "$DAEMON not starting" 64 --exec $DAEMON -- $DAEMON_ARGS $ALLOW || 75 --exec $DAEMON || 92 --exec $DAEMON 96 --exec $DAEMON -- $DAEMON_ARGS $ALLOW || 107 status $DAEMON
|
/openbmc/openbmc/meta-security/recipes-security/redhat-security/files/ |
H A D | rpm-chksec.sh | 65 DAEMON="" 75 DAEMON="$DAEMON $t" 80 DAEMON="$DAEMON $t" 85 DAEMON="$DAEMON $t" 94 DAEMON="$DAEMON $t" 140 if [ x"$DAEMON" != "x" ] ; then 141 for d in $DAEMON
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/ |
H A D | freediameter.init | 15 DAEMON=/usr/bin/freeDiameterd 22 [ -x $DAEMON ] || exit 5 23 echo -n $"Starting $DAEMON: " 24 start-stop-daemon -S -b -x ${DAEMON} && success || failure 32 start-stop-daemon -K -x $DAEMON 45 status $DAEMON
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/files/ |
H A D | init | 15 DAEMON=/usr/sbin/httpd 25 test -f $DAEMON || exit 0 48 PIDTMP=$(pidof $DAEMON | tr ' ' '\n' | grep -w $(cat $PIDFILE)) 69 PIDTMP=$(pidof $DAEMON | tr ' ' '\n' | grep -w $(cat $PIDFILE)) 96 …if [ -e $PIDFILE ] && pidof $DAEMON | tr ' ' '\n' | grep -w $(cat $PIDFILE) > /dev/null 2>&1 ; then 122 if pidof $DAEMON > /dev/null 2>&1 ; then 123 …if [ -e $PIDFILE ] && pidof $DAEMON | tr ' ' '\n' | grep -w $(cat $PIDFILE) > /dev/null 2>&1 ; then 147 kill $(pidof $DAEMON | tr ' ' '\n' | grep -w $(cat $PIDFILE))
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/radvd/files/ |
H A D | radvd.init | 16 DAEMON=/usr/sbin/radvd 24 test -x $DAEMON || exit 0 88 --exec $DAEMON -- $OPTIONS; then 100 --exec $DAEMON 106 status $DAEMON; 112 $PIDFILE --exec $DAEMON 118 $PIDFILE --exec $DAEMON; then 125 $PIDFILE --exec $DAEMON -- $OPTIONS
|
/openbmc/openbmc/poky/meta/recipes-extended/lighttpd/lighttpd/ |
H A D | lighttpd | 4 DAEMON=/usr/sbin/lighttpd 10 "$DAEMON" $OPTS -tt || exit 1 17 start-stop-daemon --start -x "$DAEMON" -- $OPTS 22 start-stop-daemon --stop -x "$DAEMON" 28 start-stop-daemon --stop -x "$DAEMON" 30 start-stop-daemon --start -x "$DAEMON" -- $OPTS
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dnsmasq/files/ |
H A D | init | 2 DAEMON=/usr/bin/dnsmasq 7 test -f $DAEMON || exit 0 64 start-stop-daemon -S -x $DAEMON -- $ARGS \ 73 start-stop-daemon -K -x $DAEMON 78 start-stop-daemon -q -K -t -x $DAEMON 96 killall -HUP $(basename ${DAEMON}) 107 exec $DAEMON --keep-in-foreground $ARGS \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/ |
H A D | multipathd.oe | 19 DAEMON=/sbin/multipathd 20 prog=`basename $DAEMON` 63 test -x $DAEMON || exit 5 65 start-stop-daemon --start --quiet --exec $DAEMON 73 killall $DAEMON 103 killall $DAEMON -s SIGHUP -v 133 if pidof -o %PPID $DAEMON > /dev/null; then
|
/openbmc/openbmc/poky/meta/recipes-core/dropbear/dropbear/ |
H A D | init | 15 DAEMON=/usr/sbin/dropbear 31 test -x "$DAEMON" || exit 0 54 -x "$DAEMON" -- -r $DROPBEAR_RSAKEY \ 60 start-stop-daemon -K -x "$DAEMON" -p $PIDFILE 65 start-stop-daemon -K -x "$DAEMON" -p $PIDFILE 68 -x "$DAEMON" -- -r $DROPBEAR_RSAKEY \
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager/ |
H A D | networkmanager.initd | 19 DAEMON=/usr/sbin/$NAME 28 [ -x "$DAEMON" ] || exit 0 55 --exec $DAEMON -- $DAEMON_OPTS 63 --exec $DAEMON 68 --exec $DAEMON 102 status_of_proc -p $PIDFILE $DAEMON $NAME && exit 0 || exit $?
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/monkey/files/ |
H A D | monkey.init | 4 DAEMON=/usr/sbin/monkey 12 start-stop-daemon --start -x "$DAEMON" -- $OPTS 17 start-stop-daemon --stop -x "$DAEMON" 22 start-stop-daemon --stop -x "$DAEMON" 24 start-stop-daemon --start -x "$DAEMON" -- $OPTS
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/hiawatha/files/ |
H A D | hiawatha-init | 14 DAEMON=sed_sbin_path/hiawatha 23 start-stop-daemon --start -x "$DAEMON" -- $OPTS 28 start-stop-daemon --stop -x "$DAEMON" 33 start-stop-daemon --stop -x "$DAEMON" 35 start-stop-daemon --start -x "$DAEMON" -- $OPTS
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/transmission/files/ |
H A D | transmission-daemon | 54 DAEMON=$(which $NAME) 59 [ -x "$DAEMON" ] || exit 0 86 --exec $DAEMON --background --test -- -f $TRANSMISSION_ARGS > /dev/null \ 89 --exec $DAEMON --background -- -f $TRANSMISSION_ARGS \ 103 start-stop-daemon --stop --quiet --retry=TERM/10/KILL/5 --pidfile $PIDFILE --exec $DAEMON 114 start-stop-daemon --stop --quiet --oknodo --retry=0/30/KILL/5 --exec $DAEMON
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/ |
H A D | init | 25 DAEMON=/usr/sbin/$NAME 47 [ -x "$DAEMON" ] || exit 0 61 if $DAEMON -wn $OPTIONS $disk 2>/dev/null | grep -q '^[0-9]\+$' ; then 66 …start-stop-daemon --start --quiet --exec $DAEMON -- $DAEMON_ARG $SYSLOG_ARG $OPTIONS $DISKS_NOPROB… 80 start-stop-daemon --stop --oknodo --exec $DAEMON --retry 30 91 status_of_proc $DAEMON $NAME
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libgpiod/libgpiod-2.x/ |
H A D | gpio-manager.init | 20 DAEMON=/usr/bin/gpio-manager 25 test -x $DAEMON || exit 0 33 if [ -d ${PIDDIR} -a "$(readlink -f ${PIDDIR}/exe)" = "${DAEMON}" ]; then 42 …n --user gpio-manager --background --start --quiet --make-pidfile --pidfile $PIDFILE --exec $DAEMON 62 status $DAEMON
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/mosquitto/files/ |
H A D | mosquitto.init | 26 DAEMON=@SBINDIR@/mosquitto 30 test -x ${DAEMON} || exit 0 41 …quiet --oknodo --background --make-pidfile --pidfile ${PIDFILE} --exec ${DAEMON} -- -c @SYSCONFDIR… 73 …quiet --oknodo --background --make-pidfile --pidfile ${PIDFILE} --exec ${DAEMON} -- -c @SYSCONFDIR… 81 status ${DAEMON} && exit 0 || exit $?
|
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-abrmd/files/ |
H A D | tpm2-abrmd-init.sh | 16 DAEMON=/usr/sbin/tpm2-abrmd 21 test -x "${DAEMON}" || exit 0 36 …nd --pidfile /var/run/${NAME}.pid --user ${USER} --chuid ${USER} --exec ${DAEMON} -- ${DAEMON_OPTS} 39 [ "$RETVAL" = 0 ] && pidof $DAEMON > /var/run/${NAME}.pid 46 …-stop-daemon --stop --quiet --oknodo --pidfile /var/run/${NAME}.pid --user ${USER} --exec ${DAEMON}
|