2
0
forked from Ivasoft/openwrt

procd: service_data: Support data within the service itself

Use the same approach than the service_triggers for the service_data.

Signed-off-by: Pierre Lebleu <pme.lebleu@gmail.com>
This commit is contained in:
Pierre Lebleu
2017-10-25 18:05:15 +02:00
committed by John Crispin
parent ff56bb0dfb
commit 832b6b8305
2 changed files with 19 additions and 0 deletions

View File

@@ -88,6 +88,10 @@ service_triggers() {
return 0
}
service_data() {
return 0
}
service_running() {
return 0
}