1
0
Fork 0
mirror of https://github.com/pygos/init.git synced 2024-06-26 13:10:11 +02:00
init/cmd
David Oberhollenzer 390175c406 cleanup runsvc: merge codepaths for execution, remove cleanup code
Simply execute the last entry in the list directly instead of forking and
remove the cleanup code.

If the list is empty, we return success.

If the list only has one entry, we directly execute that. No need to make a
distinction between single entry vs list anymore.

If the list is an actual list, we run it as before but execute the last one
directly. Typically, the last one is something like a daemon preceeded by
setup code. The daemon ends up directly underneath init, without a dummy
waiting runsvc stuck in the process list.

If we always do an exec, there is no point in doing cleanup. All our mapped
memory is evicted anyway. Same if we exit appruptly because of an error.

Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
2019-03-20 15:09:35 +01:00
..
runsvc cleanup runsvc: merge codepaths for execution, remove cleanup code 2019-03-20 15:09:35 +01:00
service Dump more information in service status command 2019-03-20 14:47:45 +01:00
killall5.c Relicense what is left of the init system under OpenBSD style ISC license 2018-11-23 13:16:08 +01:00
Makemodule.am Seperate service loading/error loging from dumpscript command 2019-03-19 23:53:49 +01:00
shutdown.8 Relicense what is left of the init system under OpenBSD style ISC license 2018-11-23 13:16:08 +01:00
shutdown.c Remove some no longer needed cruft 2018-11-23 23:00:58 +01:00