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:
parent
975728813a
commit
3a9bfa5938
1 changed files with 3 additions and 0 deletions
|
@ -109,6 +109,9 @@ ${INIT_TRACE:+set -x}
|
||||||
|
|
||||||
start() {
|
start() {
|
||||||
rc_procd start_service "$@"
|
rc_procd start_service "$@"
|
||||||
|
if eval "type service_started" 2>/dev/null >/dev/null; then
|
||||||
|
service_started
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
stop() {
|
stop() {
|
||||||
|
|
Loading…
Reference in a new issue