1
0
Fork 0
mirror of https://github.com/pygos/init.git synced 2024-06-02 02:08:44 +02:00
init/cmd/service
David Oberhollenzer 87a524d931 cleanup: delete remains of libutil
- exec_t belongs to service.h, the main place where it is used/needed
 - code for executing exec_t is moved to runsvc for the same reason
 - what is left are NORETURN and ARRAY_SIZE
   - the former can be replaced with direct attribute usage since
     the only relevant compilers all support the attribute.
   - the later is only used in 3 places and can be trivially replaced
     with direct usage of sizeof().

Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
2020-03-31 18:19:27 +02:00
..
disable.c Add service configuration reloading 2019-03-29 21:00:53 +01:00
dumpscript.c Seperate service loading/error loging from dumpscript command 2019-03-19 23:53:49 +01:00
enable.c Add service configuration reloading 2019-03-29 21:00:53 +01:00
help.c Relicense what is left of the init system under OpenBSD style ISC license 2018-11-23 13:16:08 +01:00
list.c Relicense what is left of the init system under OpenBSD style ISC license 2018-11-23 13:16:08 +01:00
loadsvc.c Seperate service loading/error loging from dumpscript command 2019-03-19 23:53:49 +01:00
service.8 Add start/stop commands to service tool 2019-03-28 15:32:10 +01:00
servicecmd.c cleanup: delete remains of libutil 2020-03-31 18:19:27 +02:00
servicecmd.h cleanup: delete remains of libutil 2020-03-31 18:19:27 +02:00
startstop.c cleanup: init status response 2019-03-29 21:00:53 +01:00
status.c cleanup: init status response 2019-03-29 21:00:53 +01:00