Lines Matching refs:and
1 Daemontools and runit
3 Tired of PID files, needing root access, and writing init scripts just
13 Sadly, init scripts are cumbersome and error-prone to write, they must
14 typically be edited and run as root, and the processes they launch do
19 starting and stopping the important process on request, and re-starting
27 Runit is a more conveniently licensed and more actively maintained
34 Service directories and scripts
41 inside a containing directory, and the runsvdir program supervises that
47 and will connect stdout of main service to the stdin of log service.
51 In this case, its stdout and stderr go to your terminal.
54 and its logger service (SERVICE_DIR/log/run) if logger service exists.
67 Runs a getty on <tty>. (run script looks at $PWD and extracts suffix
73 Runs gpm, the cut and paste utility and mouse server for text consoles.
79 using "svlogd -tt". p_log and w_log scripts demonstrage how you can
80 "page log" and "watch log".
87 a 1-second sampling of server load and health on a dedicated text console.
93 dhcp, zeroconf, ppp, openvpn and such. They need to be controlled,
94 and in many cases you also want to babysit them.
107 It saves new config data to /var/run/service/fw/dhcp_if.ipconf and (re)starts
114 (cable is no longer attached anywhere) and downs us - keeping DHCP configured
125 Watches link status of interface "if". Downs and ups /var/service/dhcp_if
127 and have your IP properly re-negotiated at once.
134 and need babysitting.
138 Wireless supplicant (wifi association and encryption daemon) service for
149 Uses conf/*.ipconf (static config) and /var/run/service/fw/*.ipconf
174 network configuration needs are likely to be very complex and different
188 (and a few others). An interesting detail are ftpd and vpnc services, where