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

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

SVN-Revision: 41344
v19.07.3_mercusys_ac12_duma
John Crispin 10 years ago
parent 975728813a
commit 3a9bfa5938

@ -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() {

Loading…
Cancel
Save