diff options
author | David Oberhollenzer <david.oberhollenzer@tele2.at> | 2018-04-22 01:02:27 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@tele2.at> | 2018-04-22 13:41:18 +0200 |
commit | 59731dd69bb4be66c721b3de66fb2ab80bec3e7e (patch) | |
tree | a5b17b8d95c1ffeb4b3312893be3bb9567b64363 /services | |
parent | 720220a3c3c42b92734e2a92f9094348451e187b (diff) |
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>
Diffstat (limited to 'services')
-rw-r--r-- | services/sysinit | 2 | ||||
-rw-r--r-- | services/vfs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/services/sysinit b/services/sysinit index cb5eb6b..0429dfe 100644 --- a/services/sysinit +++ b/services/sysinit @@ -1,3 +1,3 @@ description basic system initialization -type once +type wait target boot diff --git a/services/vfs b/services/vfs index 27cc9e9..471d8c1 100644 --- a/services/vfs +++ b/services/vfs @@ -1,3 +1,3 @@ description VFS setup done -type once +type wait target boot |