base-files: add a post start hook to the procd init.d api

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 41344
This commit is contained in:
John Crispin 2014-06-26 11:43:30 +00:00
parent 975728813a
commit 3a9bfa5938

View file

@ -109,6 +109,9 @@ ${INIT_TRACE:+set -x}
start() {
rc_procd start_service "$@"
if eval "type service_started" 2>/dev/null >/dev/null; then
service_started
fi
}
stop() {