[PATCH v2 5/5] procd: add api wrapper

2020-12-17 Thread Florian Eckert
This commit adds the functions `procd_add_service_trigger` and `procd_add_restart_service_trigger`. In order for the service to be triggered by another service during a restart, only the function procd_add_restart_service_trigger is needed. Example: service_trigger() { procd add_restart_s

[PATCH v2 5/5] procd: add api wrapper

2020-12-03 Thread Florian Eckert
This commit adds the functions `procd_add_service_trigger` and `procd_add_restart_service_trigger`. In order for the service to be triggered by another service during a restart, only the function procd_add_restart_service_trigger is needed. Example: service_trigger() { procd add_restart_s