From 59731dd69bb4be66c721b3de66fb2ab80bec3e7e Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sun, 22 Apr 2018 01:02:27 +0200 Subject: 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 --- services/sysinit | 2 +- services/vfs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'services') 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 -- cgit v1.2.3