| /OK3568_Linux_fs/buildroot/package/netdata/ |
| H A D | S60netdata | 3 DAEMON="netdata" 4 PIDFILE="/var/run/$DAEMON.pid" 9 mkdir -p /var/cache/$DAEMON /var/lib/$DAEMON /var/log/$DAEMON 12 [ -r "/etc/default/$DAEMON" ] && . "/etc/default/$DAEMON" 15 printf 'Starting %s: ' "$DAEMON" 17 start-stop-daemon -S -q -p "$PIDFILE" -x "/usr/sbin/$DAEMON" \ 29 printf 'Stopping %s: ' "$DAEMON"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-filesystems/recipes-filesystems/owfs/owfs/ |
| 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
|
| 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
|
| /OK3568_Linux_fs/buildroot/package/watchdogd/ |
| H A D | S01watchdogd | 3 DAEMON="watchdogd" 4 PIDFILE="/var/run/$DAEMON.pid" 7 [ -r "/etc/default/$DAEMON" ] && . "/etc/default/$DAEMON" 11 start-stop-daemon -q -p "$PIDFILE" -x "/usr/sbin/$DAEMON" "$@" 23 printf 'Starting %s: ' "$DAEMON" 29 printf 'Stopping %s: ' "$DAEMON" 40 printf 'Reloading %s: ' "$DAEMON"
|
| /OK3568_Linux_fs/buildroot/package/gerbera/ |
| H A D | S99gerbera | 3 DAEMON="gerbera" 4 PIDFILE="/var/run/$DAEMON.pid" 9 [ -r "/etc/default/$DAEMON" ] && . "/etc/default/$DAEMON" 12 mkdir -p /var/lib/$DAEMON 15 printf 'Starting %s: ' "$DAEMON" 17 start-stop-daemon -S -q -m -b -p "$PIDFILE" -x "/usr/bin/$DAEMON" \ 29 printf 'Stopping %s: ' "$DAEMON"
|
| /OK3568_Linux_fs/buildroot/package/restorecond/ |
| H A D | S02restorecond | 3 DAEMON=restorecond 4 PIDFILE=/var/run/$DAEMON.pid 9 [ -r "/etc/default/$DAEMON" ] && . "/etc/default/$DAEMON" 13 printf 'Starting %s: ' "$DAEMON" 14 start-stop-daemon -b -m -S -q -p "$PIDFILE" -x "/usr/sbin/$DAEMON" \ 27 printf 'Stopping %s: ' "$DAEMON" 28 start-stop-daemon -K -q -p $PIDFILE -R TERM/30/KILL/5 -n $DAEMON
|
| /OK3568_Linux_fs/buildroot/package/sysklogd/ |
| H A D | S01syslogd | 3 DAEMON="syslogd" 4 PIDFILE="/var/run/$DAEMON.pid" 9 [ -r "/etc/default/$DAEMON" ] && . "/etc/default/$DAEMON" 12 printf 'Starting %s: ' "$DAEMON" 14 start-stop-daemon -S -q -p "$PIDFILE" -x "/sbin/$DAEMON" \ 26 printf 'Stopping %s: ' "$DAEMON" 45 printf 'Reloading %s: ' "$DAEMON"
|
| /OK3568_Linux_fs/buildroot/package/mrouted/ |
| H A D | S41mrouted | 3 DAEMON="mrouted" 4 PIDFILE="/var/run/$DAEMON.pid" 9 [ -r "/etc/default/$DAEMON" ] && . "/etc/default/$DAEMON" 12 printf 'Starting %s: ' "$DAEMON" 14 start-stop-daemon -S -q -p "$PIDFILE" -x "/sbin/$DAEMON" \ 26 printf 'Stopping %s: ' "$DAEMON" 45 printf 'Reloading %s: ' "$DAEMON"
|
| /OK3568_Linux_fs/buildroot/package/syslog-ng/ |
| H A D | S01syslog-ng | 3 DAEMON="syslog-ng" 4 PIDFILE="/var/run/$DAEMON.pid" 9 [ -r "/etc/default/$DAEMON" ] && . "/etc/default/$DAEMON" 12 printf 'Starting %s: ' "$DAEMON" 14 start-stop-daemon -S -q -p "$PIDFILE" -x "/usr/sbin/$DAEMON" \ 26 printf 'Stopping %s: ' "$DAEMON" 45 printf 'Reloading %s: ' "$DAEMON"
|
| /OK3568_Linux_fs/buildroot/package/libvirt/ |
| H A D | S91virtlogd | 3 DAEMON="virtlogd" 4 EXECFILE="/usr/sbin/$DAEMON" 5 PIDFILE="/var/run/$DAEMON.pid" 10 [ -r "/etc/default/$DAEMON" ] && . "/etc/default/$DAEMON" 13 printf 'Starting %s: ' "$DAEMON" 27 printf 'Stopping %s: ' "$DAEMON" 48 printf 'Reloading %s: ' "$DAEMON"
|
| H A D | S92libvirtd | 3 DAEMON="libvirtd" 4 EXECFILE="/usr/sbin/$DAEMON" 5 PIDFILE="/var/run/$DAEMON.pid" 10 [ -r "/etc/default/$DAEMON" ] && . "/etc/default/$DAEMON" 76 printf 'Starting %s: FAIL\n' "$DAEMON" 81 printf 'Starting %s: ' "$DAEMON" 95 printf 'Stopping %s: ' "$DAEMON" 115 printf 'Reloading %s: ' "$DAEMON"
|
| /OK3568_Linux_fs/buildroot/package/radvd/ |
| H A D | S50radvd | 3 DAEMON="radvd" 4 PIDFILE="/var/run/$DAEMON.pid" 9 [ -r "/etc/default/$DAEMON" ] && . "/etc/default/$DAEMON" 19 printf 'Starting %s: ' "$DAEMON" 22 start-stop-daemon -S -q -p "$PIDFILE" -x "/usr/sbin/$DAEMON" \ 34 printf 'Stopping %s: ' "$DAEMON" 35 start-stop-daemon -K -q -p "$PIDFILE" -x "/usr/sbin/$DAEMON"
|
| /OK3568_Linux_fs/buildroot/package/suricata/ |
| H A D | S99suricata | 3 DAEMON=suricata 4 PIDFILE=/var/run/$DAEMON.pid 10 [ -r "/etc/default/$DAEMON" ] && . "/etc/default/$DAEMON" 13 printf 'Starting %s: ' "$DAEMON" 15 start-stop-daemon -b -m -S -q -p "$PIDFILE" -x "/usr/bin/$DAEMON" \ 27 printf 'Stopping %s: ' "$DAEMON" 47 printf 'Reloading %s: ' "$DAEMON"
|
| /OK3568_Linux_fs/buildroot/package/avahi/ |
| H A D | S50avahi-daemon | 5 DAEMON=/usr/sbin/avahi-daemon 8 $DAEMON -c || $DAEMON -D 11 $DAEMON -c && $DAEMON -k 14 $DAEMON -c && $DAEMON -r
|
| /OK3568_Linux_fs/buildroot/package/ntp/ |
| H A D | S48sntp | 3 DAEMON="sntp" 13 [ -r "/etc/default/$DAEMON" ] && . "/etc/default/$DAEMON" 16 printf 'Starting %s: ' "$DAEMON" 20 /usr/bin/$DAEMON $SNTP_ARGS -K $SNTP_KEY_CACHE $SNTP_SERVERS 36 echo "Nothing to do, $DAEMON is not a daemon." 46 echo "Nothing to do, $DAEMON does not support reload."
|
| /OK3568_Linux_fs/buildroot/package/connman/ |
| H A D | S45connman | 3 DAEMON="connmand" 4 PIDFILE="/var/run/$DAEMON.pid" 9 [ -r "/etc/default/$DAEMON" ] && . "/etc/default/$DAEMON" 12 printf 'Starting %s: ' "$DAEMON" 14 start-stop-daemon -S -q -m -b -p "$PIDFILE" -x "/usr/sbin/$DAEMON" \ 26 printf 'Stopping %s: ' "$DAEMON"
|
| /OK3568_Linux_fs/buildroot/package/multipath-tools/ |
| H A D | S60multipathd | 3 DAEMON="multipathd" 4 PIDFILE="/var/run/$DAEMON.pid" 6 [ -r "/etc/default/$DAEMON" ] && . "/etc/default/$DAEMON" 9 printf 'Starting %s: ' "$DAEMON" 10 start-stop-daemon -b -m -S -q -p "$PIDFILE" -x "/sbin/$DAEMON" 21 printf 'Stopping %s: ' "$DAEMON"
|
| /OK3568_Linux_fs/buildroot/package/rsyslog/ |
| H A D | S01rsyslogd | 3 DAEMON="rsyslogd" 4 PIDFILE="/var/run/$DAEMON.pid" 9 [ -r "/etc/default/$DAEMON" ] && . "/etc/default/$DAEMON" 12 printf 'Starting %s: ' "$DAEMON" 14 start-stop-daemon -S -q -p "$PIDFILE" -x "/usr/sbin/$DAEMON" \ 26 printf 'Stopping %s: ' "$DAEMON"
|
| /OK3568_Linux_fs/buildroot/package/earlyoom/ |
| H A D | S02earlyoom | 3 DAEMON="earlyoom" 4 PIDFILE="/var/run/$DAEMON.pid" 8 [ -r "/etc/default/$DAEMON" ] && . "/etc/default/$DAEMON" 11 printf() 'Starting %s: ' "$DAEMON" 12 start-stop-daemon -b -m -S -q -p "$PIDFILE" -x "/bin/$DAEMON" \ 24 printf 'Stopping %s: ' "$DAEMON"
|
| /OK3568_Linux_fs/buildroot/package/busybox/ |
| H A D | S02klogd | 3 DAEMON="klogd" 4 PIDFILE="/var/run/$DAEMON.pid" 9 [ -r "/etc/default/$DAEMON" ] && . "/etc/default/$DAEMON" 14 printf 'Starting %s: ' "$DAEMON" 16 start-stop-daemon -b -m -S -q -p "$PIDFILE" -x "/sbin/$DAEMON" \ 28 printf 'Stopping %s: ' "$DAEMON"
|
| H A D | S01syslogd | 3 DAEMON="syslogd" 4 PIDFILE="/var/run/$DAEMON.pid" 9 [ -r "/etc/default/$DAEMON" ] && . "/etc/default/$DAEMON" 14 printf 'Starting %s: ' "$DAEMON" 16 start-stop-daemon -b -m -S -q -p "$PIDFILE" -x "/sbin/$DAEMON" \ 28 printf 'Stopping %s: ' "$DAEMON"
|
| /OK3568_Linux_fs/buildroot/package/thttpd/ |
| H A D | S90thttpd | 3 DAEMON="thttpd" 4 PIDFILE="/var/run/$DAEMON.pid" 9 [ -r "/etc/default/$DAEMON" ] && . "/etc/default/$DAEMON" 12 printf 'Starting %s: ' "$DAEMON" 14 start-stop-daemon -S -q -p "$PIDFILE" -x "/usr/sbin/$DAEMON" \ 26 printf 'Stopping %s: ' "$DAEMON"
|
| /OK3568_Linux_fs/buildroot/package/unbound/ |
| H A D | S70unbound | 3 DAEMON="unbound" 4 PIDFILE="/var/run/$DAEMON.pid" 9 [ -r "/etc/default/$DAEMON" ] && . "/etc/default/$DAEMON" 12 printf 'Starting %s: ' "$DAEMON" 13 start-stop-daemon -S -q -p "$PIDFILE" -x "/usr/sbin/$DAEMON" \ 25 printf 'Stopping %s: ' "$DAEMON"
|
| /OK3568_Linux_fs/buildroot/package/collectd/ |
| H A D | S90collectd | 3 DAEMON="collectd" 4 EXEC="/usr/sbin/$DAEMON" 5 PIDFILE="/var/run/$DAEMON.pid" 9 [ -r "/etc/default/$DAEMON" ] && . "/etc/default/$DAEMON" 12 printf 'Starting %s: ' "$DAEMON" 26 printf 'Stopping %s: ' "$DAEMON"
|
| /OK3568_Linux_fs/buildroot/package/domoticz/ |
| H A D | S99domoticz | 3 DAEMON="domoticz" 4 PIDFILE="/var/run/$DAEMON.pid" 8 [ -r "/etc/default/$DAEMON" ] && . "/etc/default/$DAEMON" 11 printf 'Starting %s: ' "$DAEMON" 12 start-stop-daemon -b -m -S -q -p "$PIDFILE" -x "/opt/domoticz/$DAEMON" \ 24 printf 'Stopping %s: ' "$DAEMON"
|