procd: add initial implementation
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 22 Dec 2012 18:56:06 +0000 (18:56 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 22 Dec 2012 18:56:06 +0000 (18:56 +0000)
commit61b2c378aea81c515d02436364f90e4d597d4266
tree37ea2875e73c2f0fc4ef93e8aa0adb02c7f8617f
parentcf8647e80325320bd9663a7091d2b51159298479
procd: add initial implementation

procd is the new OpenWrt process management daemon. It keeps track of processes
started from init scripts (via ubus calls), and can suppress redundant service
start/restart requests when the config/environment has not changed.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34865 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/procd/Makefile [new file with mode: 0644]
package/procd/files/procd.init [new file with mode: 0644]
package/procd/files/procd.sh [new file with mode: 0644]