1
0
Fork 0
mirror of https://github.com/pygos/init.git synced 2024-05-18 19:56:14 +02:00
init/initd
David Oberhollenzer 59731dd69b Add helper program for running services
We no longer need to keep entire scripts in init program (i.e. saving space)
and reduce the code and complexity of the init program.

The runsvc tool can later be extended to do more complex child setup, such
as configuring namespaces or seccomp without adding complexity or memory
footprint to init.

Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
2018-04-22 13:41:18 +02:00
..
init.h Add helper program for running services 2018-04-22 13:41:18 +02:00
main.c Add helper program for running services 2018-04-22 13:41:18 +02:00
Makemodule.am Add helper program for running services 2018-04-22 13:41:18 +02:00
mksock.c Minor cleanup 2018-04-07 16:19:38 +02:00
runsvc.c Add helper program for running services 2018-04-22 13:41:18 +02:00
signal_linux.c Move initd signal setup to platform specific file 2018-04-15 13:24:13 +02:00
status.c Print status when starting a service marked as respawn 2018-03-25 22:07:33 +02:00
svclist.c Add license headers and comments to source 2018-03-24 22:50:28 +01:00