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:
committed by
John Crispin
parent
ff56bb0dfb
commit
832b6b8305
@@ -88,6 +88,10 @@ service_triggers() {
|
||||
return 0
|
||||
}
|
||||
|
||||
service_data() {
|
||||
return 0
|
||||
}
|
||||
|
||||
service_running() {
|
||||
return 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user