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

  /external/avahi/initscript/slackware/
avahi-daemon.in 20 # Start/stop/restart the avahi daemon:
23 DESC="Avahi mDNS/DNS-SD Daemon"
24 NAME="avahi-daemon"
25 DAEMON="@sbindir@/$NAME"
29 echo "Starting $DESC: $DAEMON -D"
30 $DAEMON -D
35 $DAEMON -c
42 $DAEMON -c
45 $DAEMON -k 2>/dev/null
avahi-dnsconfd.in 20 # Start/stop/restart the avahi dnsconfd daemon:
23 DESC="Avahi mDNS/DNS-SD DNS Server Configuration Daemon"
25 DAEMON="@sbindir@/$NAME"
29 echo "Starting $DESC: $DAEMON -D"
30 $DAEMON -D
35 $DAEMON -c
42 $DAEMON -c
45 $DAEMON -k 2>/dev/null
  /external/mdnsresponder/mDNSPosix/
mdnsd.sh 18 # Linux /etc/init.d script to start/stop the mdnsd daemon.
26 DAEMON=/usr/sbin/mdnsd
28 DAEMON=/usr/local/sbin/mdnsd
31 test -r $DAEMON || exit 0
33 # Some systems have start-stop-daemon, some don't.
34 if [ -r /sbin/start-stop-daemon ]; then
35 START="start-stop-daemon --start --quiet --exec"
38 # STOP="start-stop-daemon --stop -s TERM --quiet --oknodo --exec"
39 STOP="start-stop-daemon --stop --quiet --oknodo --exec"
50 echo -n "Starting Apple Darwin Multicast DNS / DNS Service Discovery daemon:
    [all...]
  /external/valgrind/memcheck/tests/solaris/
thr_daemon_exit_libc.stdout.exp 0 DAEMON thread #0 running
2 DAEMON thread #1 running
3 DAEMON thread #2 running
4 DAEMON thread #3 running
5 DAEMON thread #4 running
6 non-daemon thread #0 running
7 non-daemon thread #1 running
8 non-daemon thread #2 running
9 non-daemon thread #3 running
10 non-daemon thread #4 runnin
    [all...]
  /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/avahi/initscript/archlinux/
avahi-daemon.in 30 DESC="Avahi mDNS/DNS-SD Daemon"
31 NAME="avahi-daemon"
32 DAEMON="@sbindir@/$NAME"
37 $DAEMON -D > /dev/null 2>&1
47 $DAEMON -k > /dev/null 2>&1
61 $DAEMON -r > /dev/null 2>&1
avahi-dnsconfd.in 30 DESC="Avahi mDNS/DNS-SD DNS Server Configuration Daemon"
32 DAEMON="@sbindir@/$NAME"
37 $DAEMON -D > /dev/null 2>&1
47 $DAEMON -k > /dev/null 2>&1
61 $DAEMON -r > /dev/null 2>&1
  /external/avahi/initscript/debian/
avahi-daemon.in 21 # avahi avahi daemon
22 # Daemon for ZeroConf
91 DESC="Avahi mDNS/DNS-SD Daemon"
92 NAME="avahi-daemon"
93 DAEMON="@sbindir@/$NAME"
97 test -x $DAEMON || exit 0
99 # don't start if /etc/default/avahi-daemon says so.
101 test -f /etc/default/avahi-daemon && . /etc/default/avahi-daemon
109 # Function that starts the daemon/service
    [all...]
avahi-dnsconfd.in 21 # avahi-dnsconfd avahi dns configuration daemon
22 # Daemon for ZeroConf
91 DESC="Avahi Unicast DNS Configuration Daemon"
93 DAEMON="@sbindir@/$NAME"
97 test -x $DAEMON || exit 0
109 # Function that starts the daemon/service.
112 $DAEMON -c
122 $DAEMON -D
126 # Function that stops the daemon/service.
129 $DAEMON -
    [all...]
  /external/autotest/client/site_tests/platform_DaemonsRespawn/
test_respawn.sh 9 # Time to wait for upstart to restart a daemon in seconds
15 local daemon=$2
36 local pgrep_pid=$(pgrep -o $daemon)
38 echo "Unable to find running job for daemon: $daemon"
42 echo "Upstart and daemon pids don't match: $upstart_pid vs $pgrep_pid"
50 # The set of jobs (and corresponding daemon names) to test.
57 DAEMON=$(echo "$job" | awk -F':' '{ print $2 }')
59 get_job_pid "$JOB" "$DAEMON"
71 get_job_pid "$JOB" "$DAEMON"
    [all...]
  /external/selinux/policycoreutils/sepolicy/
sepolicy.py 593 from sepolicy.generate import DAEMON, get_poltype_desc, poltype, DAEMON, DBUS, INETD, CGI, SANDBOX, USER, EUSER, TUSER, XUSER, LUSER, AUSER, RUSER, NEWTYPE
637 cmdgroup.add_argument("--init", dest="policytype", const=DAEMON,
638 action="store_const", default=DAEMON,
639 help=_("Generate '%s' policy") % poltype[DAEMON])
  /external/selinux/policycoreutils/sepolicy/sepolicy/
generate.py 121 DAEMON = 0
136 poltype[DAEMON] = _("Standard Init Daemon")
137 poltype[DBUS] = _("DBUS System Daemon")
138 poltype[INETD] = _("Internet Services Daemon")
159 APPLICATIONS = [DAEMON, DBUS, INETD, USER, CGI]
439 if self.type != DAEMON:
440 raise ValueError(_("Only Daemon apps can use an init script.."))
    [all...]
  /external/selinux/policycoreutils/gui/
polgengui.py 446 return generate.DAEMON
487 if self.get_type() is generate.DAEMON:
    [all...]

Completed in 889 milliseconds