HomeSort by relevance Sort by last modified time
    Searched refs:DAEMON (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/misc/
uuidd.rc 8 # Short-Description: uuidd daemon
9 # Description: Init script for the uuid generation daemon
17 DAEMON=/usr/sbin/uuidd
20 test -x $DAEMON || exit 0
27 start_daemon -p $PIDFILE $DAEMON
32 killproc -p $PIDFILE $DAEMON
36 if pidofproc -p $PIDFILE $DAEMON >& /dev/null ; then
37 echo "$DAEMON is running";
40 echo "$DAEMON is NOT running";
  /external/dropbear/debian/
dropbear.init 7 DAEMON=/usr/sbin/dropbear
19 test -x "$DAEMON" || cancel "$DAEMON does not exist or is not executable."
34 start-stop-daemon --start --quiet --pidfile /var/run/"$NAME".pid \
35 --exec "$DAEMON" -- -d "$DROPBEAR_DSSKEY" -r "$DROPBEAR_RSAKEY" \
41 start-stop-daemon --stop --quiet --oknodo --pidfile /var/run/"$NAME".pid
47 start-stop-daemon --stop --quiet --oknodo --pidfile /var/run/"$NAME".pid
49 start-stop-daemon --start --quiet --pidfile /var/run/"$NAME".pid \
50 --exec "$DAEMON" -- -d "$DROPBEAR_DSSKEY" -r "$DROPBEAR_RSAKEY" \

Completed in 365 milliseconds