| /buildroot/package/prosody/ |
| A D | S50prosody | 3 NAME=prosody 8 PIDDIR=/var/run/$NAME 9 PIDFILE=$PIDDIR/$NAME.pid 13 printf "Starting $NAME: " 15 chown $NAME:$NAME $PIDDIR 16 start-stop-daemon -S -q -o -x /usr/bin/prosody -c $NAME 20 printf "Stopping $NAME: " 29 echo "Restarting $NAME: "
|
| /buildroot/package/openvpn/ |
| A D | S60openvpn | 14 printf " $NAME " 21 printf " $NAME " 31 NAME=${CONFIG%%.conf} 36 NAME=$2 50 NAME=`echo $PIDFILE | cut -c18-` 51 NAME=${NAME%%.pid} 57 NAME=`echo $PIDFILE | cut -c18-` 58 NAME=${NAME%%.pid} 70 NAME=`echo $PIDFILE | cut -c18-` 71 NAME=${NAME%%.pid} [all …]
|
| /buildroot/package/transmission/ |
| A D | S92transmission | 49 NAME=transmission-daemon 50 DAEMON=$(which $NAME) 51 PIDFILE=/var/run/$NAME.pid 52 SCRIPTNAME=/etc/init.d/$NAME 55 [ -r /etc/default/$NAME ] && . /etc/default/$NAME 118 echo "Starting $DESC" "$NAME..." 122 *) echo " Starting $DESC $NAME failed" ;; 126 echo "Stopping $DESC $NAME..." 138 echo "Restarting $DESC $NAME..." 145 *) echo " Restarting $DESC $NAME failed: couldn't start $NAME" ;; [all …]
|
| /buildroot/package/rng-tools/ |
| A D | S21rngd | 3 NAME="rngd" 4 DAEMON="/usr/sbin/${NAME}" 6 CFG_FILE="/etc/default/${NAME}" 7 PID_FILE="/var/run/${NAME}.pid" 14 printf "Starting ${NAME}: " 21 printf "Stopping ${NAME}: " 25 if start-stop-daemon -K -q -s KILL -p "${PID_FILE}" -n "${NAME}"; then
|
| /buildroot/package/lighttpd/ |
| A D | S50lighttpd | 5 NAME=lighttpd 6 DAEMON=/usr/sbin/$NAME 7 PID_FILE="/var/run/$NAME.pid" 8 CONF_FILE="/etc/$NAME/$NAME.conf" 10 [ -r /etc/default/$NAME ] && . /etc/default/$NAME
|
| /buildroot/package/freescale-imx/imx-uuc/ |
| A D | S80imx-uuc | 3 NAME=uuc 4 DAEMON=/usr/bin/$NAME 8 printf "Starting $NAME: " 9 start-stop-daemon -S -q -b -m -p /var/run/${NAME}.pid -x $DAEMON 13 printf "Stopping $NAME: " 14 start-stop-daemon -K -q -p /var/run/${NAME}.pid
|
| /buildroot/package/unscd/ |
| A D | S46unscd | 3 NAME="nscd" 4 DAEMON="/usr/sbin/${NAME}" 5 PID_F="/var/run/nscd/${NAME}.pid" 9 printf "Starting ${NAME}: " 14 printf "Stopping ${NAME}: "
|
| /buildroot/package/docker-engine/ |
| A D | S60dockerd | 3 NAME=dockerd 4 DAEMON=/usr/bin/$NAME 5 PIDFILE=/var/run/$NAME.pid 8 [ -r /etc/default/$NAME ] && . /etc/default/$NAME $1 11 echo -n "Starting $NAME: " 18 echo -n "Stopping $NAME: "
|
| /buildroot/board/freescale/ls1028ardb/rootfs_overlay/etc/udev/rules.d/ |
| A D | 73-fsl-enetc-networking.rules | 2 ACTION=="add", SUBSYSTEM=="net", KERNELS=="0000:00:00.0", DRIVERS=="fsl_enetc", NAME:="eno0" 3 ACTION=="add", SUBSYSTEM=="net", KERNELS=="0000:00:00.1", DRIVERS=="fsl_enetc", NAME:="eno1" 4 ACTION=="add", SUBSYSTEM=="net", KERNELS=="0000:00:00.2", DRIVERS=="fsl_enetc", NAME:="eno2" 5 ACTION=="add", SUBSYSTEM=="net", KERNELS=="0000:00:00.6", DRIVERS=="fsl_enetc", NAME:="eno3" 6 ACTION=="add", SUBSYSTEM=="net", KERNELS=="0000:00:01.0", DRIVERS=="fsl_enetc_vf", NAME:="eno0vf0" 7 ACTION=="add", SUBSYSTEM=="net", KERNELS=="0000:00:01.1", DRIVERS=="fsl_enetc_vf", NAME:="eno0vf1" 8 ACTION=="add", SUBSYSTEM=="net", KERNELS=="0000:00:01.2", DRIVERS=="fsl_enetc_vf", NAME:="eno1vf0" 9 ACTION=="add", SUBSYSTEM=="net", KERNELS=="0000:00:01.3", DRIVERS=="fsl_enetc_vf", NAME:="eno1vf1" 11 …TEM=="net", KERNELS=="0000:00:00.5", DRIVERS=="mscc_felix", ATTR{phys_port_name}=="p0", NAME="swp0" 12 …TEM=="net", KERNELS=="0000:00:00.5", DRIVERS=="mscc_felix", ATTR{phys_port_name}=="p1", NAME="swp1" [all …]
|
| /buildroot/package/minissdpd/ |
| A D | S50minissdpd | 3 NAME=minissdpd 4 PIDFILE=/var/run/$NAME.pid 5 DAEMON=/usr/sbin/$NAME 6 CFGFILE=/etc/default/$NAME 18 printf "Starting $NAME: " 23 printf "Stopping $NAME: "
|
| /buildroot/package/neard/ |
| A D | S53neard | 6 NAME=neard 10 printf "Starting $NAME: " 11 start-stop-daemon -S -q -p /var/run/${NAME}.pid -x /usr/libexec/nfc/neard -- -d '*' 15 printf "Stopping $NAME: " 16 start-stop-daemon -K -q -p /var/run/${NAME}.pid
|
| /buildroot/package/nss-pam-ldapd/ |
| A D | S45nslcd | 3 NAME="nslcd" 4 DAEMON="/usr/sbin/${NAME}" 8 echo -n "Starting ${NAME}: " 13 echo -n "Stopping ${NAME}: "
|
| /buildroot/package/motion/ |
| A D | S99motion | 3 NAME=motion 4 PIDFILE=/var/run/$NAME.pid 5 DAEMON=/usr/bin/$NAME 8 printf "Starting $NAME: " 13 printf "Stopping $NAME: "
|
| /buildroot/package/rygel/ |
| A D | S99rygel | 3 NAME=rygel 4 PIDFILE=/var/run/$NAME.pid 5 DAEMON=/usr/bin/$NAME 8 printf "Starting $NAME: " 13 printf "Stopping $NAME: "
|
| /buildroot/package/boinc/ |
| A D | S99boinc-client | 3 NAME=boinc_client 4 PIDFILE=/var/run/$NAME.pid 5 DAEMON=/usr/bin/$NAME 8 printf "Starting $NAME: " 13 printf "Stopping $NAME: "
|
| /buildroot/package/brickd/ |
| A D | S70brickd | 3 NAME=brickd 4 PIDFILE=/var/run/$NAME.pid 5 DAEMON=/usr/sbin/$NAME 8 printf "Starting $NAME: " 13 printf "Stopping $NAME: "
|
| /buildroot/board/kontron/smarc-sal28/rootfs_overlay/etc/udev/rules.d/ |
| A D | 70-enetc-networking.rules | 1 ACTION=="add", SUBSYSTEM=="net", KERNELS=="0000:00:00.0", DRIVERS=="fsl_enetc", NAME="eno0" 2 ACTION=="add", SUBSYSTEM=="net", KERNELS=="0000:00:00.1", DRIVERS=="fsl_enetc", NAME="eno1" 3 ACTION=="add", SUBSYSTEM=="net", KERNELS=="0000:00:00.2", DRIVERS=="fsl_enetc", NAME="eno2" 4 ACTION=="add", SUBSYSTEM=="net", KERNELS=="0000:00:00.6", DRIVERS=="fsl_enetc", NAME="eno3" 5 ACTION=="add", SUBSYSTEM=="net", KERNELS=="0000:00:01.0", DRIVERS=="fsl_enetc_vf", NAME="eno0vf0" 6 ACTION=="add", SUBSYSTEM=="net", KERNELS=="0000:00:01.1", DRIVERS=="fsl_enetc_vf", NAME="eno0vf1" 7 ACTION=="add", SUBSYSTEM=="net", KERNELS=="0000:00:01.2", DRIVERS=="fsl_enetc_vf", NAME="eno1vf0" 8 ACTION=="add", SUBSYSTEM=="net", KERNELS=="0000:00:01.3", DRIVERS=="fsl_enetc_vf", NAME="eno1vf1"
|
| /buildroot/package/i2pd/ |
| A D | S99i2pd | 3 NAME=i2pd 4 PIDFILE=/var/run/$NAME.pid 5 DAEMON=/usr/bin/$NAME 9 printf "Starting $NAME: " 14 printf "Stopping $NAME: "
|
| /buildroot/package/gpsd/ |
| A D | S50gpsd | 6 NAME=gpsd 7 DAEMON=/usr/sbin/$NAME 9 PIDFILE=/var/run/$NAME.pid 12 printf "Starting $NAME: " 16 printf "Stopping $NAME: "
|
| /buildroot/package/upmpdcli/ |
| A D | S99upmpdcli | 3 NAME=upmpdcli 4 CONFFILE=/etc/$NAME.conf 5 PIDFILE=/var/run/$NAME.pid 9 printf "Starting $NAME: " 16 printf "Stopping $NAME: "
|
| /buildroot/package/owfs/ |
| A D | S55owserver | 1 NAME="owserver" 2 DAEMON="/usr/bin/${NAME}" 3 PID_F="/run/${NAME}.pid" 6 [ -r /etc/default/${NAME} ] && . /etc/default/${NAME} 10 printf "Starting ${NAME}: " 20 printf "Stopping ${NAME}: "
|
| /buildroot/package/igd2-for-linux/ |
| A D | S99upnpd | 3 NAME=upnpd 4 PIDFILE=/var/run/$NAME.pid 5 DAEMON=/usr/sbin/$NAME 6 CFGFILE=/etc/default/$NAME 32 printf "Starting $NAME: " 38 printf "Stopping $NAME: "
|
| /buildroot/package/tftpd/ |
| A D | S80tftpd-hpa | 9 NAME=tftpd 10 DAEMON=/usr/sbin/$NAME 11 PIDFILE=/var/run/$NAME.pid 14 [ -r "/etc/default/$NAME" ] && . "/etc/default/$NAME" 29 killall -q $NAME
|
| /buildroot/package/smstools3/ |
| A D | S50smsd | 6 NAME=smsd 7 DAEMON=/usr/bin/$NAME 8 PIDFILE=/var/run/$NAME.pid 13 printf "Starting $NAME: " 22 printf "Stopping $NAME: "
|
| /buildroot/package/smcroute/ |
| A D | S41smcroute | 3 NAME="smcroute" 5 PIDFILE="/var/run/$NAME.pid" 8 [ -r "/etc/default/$NAME" ] && . "/etc/default/$NAME"
|