procd: add initial implementation
authorFelix Fietkau <nbd@openwrt.org>
Sat, 22 Dec 2012 18:56:06 +0000 (18:56 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 22 Dec 2012 18:56:06 +0000 (18:56 +0000)
commitfd7f1aece11980494e59b48c2b9ac870b5a050e1
tree37ea2875e73c2f0fc4ef93e8aa0adb02c7f8617f
parentdf7bb432a6e560f9230ec368bf14df0b03a61d9b
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.

SVN-Revision: 34865
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]