Home
last modified time | relevance | path

Searched refs:DAEMON (Results 1 – 25 of 135) sorted by relevance

123456

/OK3568_Linux_fs/buildroot/package/netdata/
H A DS60netdata3 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 Dowhttpd5 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 Dowserver5 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 DS01watchdogd3 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 DS99gerbera3 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 DS02restorecond3 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 DS01syslogd3 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 DS41mrouted3 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 DS01syslog-ng3 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 DS91virtlogd3 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 DS92libvirtd3 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 DS50radvd3 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 DS99suricata3 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 DS50avahi-daemon5 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 DS48sntp3 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 DS45connman3 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 DS60multipathd3 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 DS01rsyslogd3 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 DS02earlyoom3 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 DS02klogd3 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 DS01syslogd3 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 DS90thttpd3 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 DS70unbound3 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 DS90collectd3 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 DS99domoticz3 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"

123456