/busybox-1.35.0/examples/var_service/ |
D | README | 36 In runit parlance a "service" is simply a directory containing a script 40 process for an individual service. Service directories themselves sit 42 directory, running one child runsv process for the service in each 44 which supervises services in subdirectories of /var/service/. 46 If /var/service/log/ exists, runsv will supervise two services, 47 and will connect stdout of main service to the stdin of log service. 50 You can debug an individual service by running its SERVICE_DIR/run script. 53 You can also run "runsv SERVICE_DIR", which runs both the service 54 and its logger service (SERVICE_DIR/log/run) if logger service exists. 55 If logger service exists, the output will go to it instead of the terminal. [all …]
|
D | README_distro_proposal.txt | 101 service: daemon controlled by a service monitor. 103 service directory: a directory with an executable file (script) named "run" 108 service monitor: a tool which watches a set of service directories. 111 Service monitor starts a supervisor for each service directory. 112 If it dies, it restarts it. If service directory disappears, 113 service monitor will not be restarted if it dies. 114 runit's service monitor (runsvdir) sends SIGTERM to supervisors 117 supervisor: a tool which monitors one service directory. 124 the supervisor component: service monitor can directly monitor all its daemons 126 However all three existing projects (daemontools/runit/s6) do have a per-service [all …]
|
D | std_service_logger | 7 service="${PWD%/log}" 8 service="${service##*/}" 9 logdir="/var/log/service/$service"
|
/busybox-1.35.0/examples/var_service/dhcp_if/ |
D | finish | 4 service=${PWD##*/} 5 file_ipconf="$service.ipconf" 6 file_ntpconf="$service.ntpconf"
|
D | dhcp_handler | 35 service=${PWD##*/} 36 file_ipconf="$service.ipconf" 37 file_ntpconf="$service.ntpconf"
|
/busybox-1.35.0/runit/ |
D | sv.c | 200 char **service; member 209 #define service (G.service ) macro 235 printf("%s%s%s: %s", p, *service, islog ? "/log" : "", m1); in out() 313 bb_perror_msg(WARN"can't stat %s/down", *service); in svstatus_print() 349 r = svstatus_print(*service); in status() 376 bb_perror_msg(WARN"can't stat %s/check", *service); in checkscript() 384 bb_perror_msg(WARN"can't %s child %s/check", "run", *service); in checkscript() 388 bb_perror_msg(WARN"can't %s child %s/check", "wait for", *service); in checkscript() 452 svstatus_print(*service); in check() 625 service = argv; in sv() [all …]
|
D | runsvdir.c | 68 struct service { struct 78 struct service *sv; argument 196 struct service *svnew = realloc(sv, (i+1) * sizeof(*sv)); in do_rescan()
|
/busybox-1.35.0/examples/var_service/zcip_if/ |
D | finish | 4 service=${PWD##*/} 5 file_ipconf="$service.ipconf"
|
D | zcip_handler | 16 service=${PWD##*/} 17 file_ipconf="$service.ipconf"
|
/busybox-1.35.0/examples/var_service/ntpd/ |
D | run | 13 service="${PWD##*/}" 14 rundir="/var/run/service/$service" 18 test -f /var/run/service/fw/up || exec sleep $net_down_delay
|
/busybox-1.35.0/examples/var_service/dnsmasq/ |
D | README | 1 Local DNS cache service. 3 This service is useful if you have more than 3 DNS servers,
|
/busybox-1.35.0/docs/ |
D | logging_and_backgrounding.txt | 31 fakeidentd - inetd service. Auto-backgrounds and logs to syslog 32 if no -f and no -i and no -w (-i is "inetd service" flag, 33 -w is "inetd-wait service" flag) 34 ftpd - inetd service. Logs to syslog with -S, with -v logs to strerr too 35 httpd - auto-backgrounds unless -f or -i (-i is "inetd service" flag) 39 telnetd - auto-backgrounds unless -f or -i (-i is "inetd service" flag) 77 lpd - inetd service. Has nothing to log so far, though
|
/busybox-1.35.0/examples/var_service/fw/ |
D | run | 15 service=`basename $PWD` 16 rundir="/var/run/service/$service"
|
/busybox-1.35.0/networking/ |
D | Config.src | 66 specified as a service name (e.g. "telnet HOST PORTNAME"),
|
/busybox-1.35.0/miscutils/ |
D | devfsd.c | 266 static void service(struct stat statbuf, char *path); 1237 static void service(struct stat statbuf, char *path) in service() function 1281 service(statbuf, path); in dir_operation()
|
/busybox-1.35.0/configs/ |
D | TEST_nommu_defconfig | 834 CONFIG_SV_DEFAULT_SERVICE_DIR="/var/service"
|
D | TEST_rh9_defconfig | 852 CONFIG_SV_DEFAULT_SERVICE_DIR="/var/service"
|
D | cygwin_defconfig | 899 CONFIG_SV_DEFAULT_SERVICE_DIR="/var/service"
|
D | android2_defconfig | 896 CONFIG_SV_DEFAULT_SERVICE_DIR="/var/service"
|
D | android_502_defconfig | 1044 CONFIG_SV_DEFAULT_SERVICE_DIR="/var/service"
|
D | android_defconfig | 928 CONFIG_SV_DEFAULT_SERVICE_DIR="/var/service"
|
D | android_ndk_defconfig | 955 CONFIG_SV_DEFAULT_SERVICE_DIR="/var/service"
|
/busybox-1.35.0/ |
D | LICENSE | 32 this service if you wish), that you receive source code or can get it
|