aboutsummaryrefslogtreecommitdiff
path: root/initd/config.c
AgeCommit message (Collapse)Author
2020-05-14Move handling of dead children back to SIGCHLD handlerDavid Oberhollenzer
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
2020-05-14Revert handling of wait type service to using stateDavid Oberhollenzer
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
2020-05-14Cleanup: remove target completion hooksDavid Oberhollenzer
Simply make the service scripts handle accordingly. Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
2020-05-14initd: split configuration handling into "config.c"David Oberhollenzer
This commit splits off only the handling of the service configuration and handling of the run time state and adds an abstraction layer in the form of functions that have to be called to access the data. Signed-off-by: David Oberhollenzer <goliath@infraroot.at>