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)
commit606173432325a828bd55744857cbfd690ad9c4cf
tree933b0c1821ed2fff5e58f4d6649dff1399005e3c
parentb0c855253bee73b431ae150b4ff4aa315bca73b7
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]