summaryrefslogtreecommitdiff
path: root/configs/profile-openrc
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2018-12-21 13:52:33 -0300
committerDavid P <megver83@parabola.nu>2018-12-21 13:52:33 -0300
commit4bcdcf77a80b1fe00aa4f6bb46d9ed8dbb75bd2b (patch)
tree9963499abd5c9d1a683dec6a755164366ca052c4 /configs/profile-openrc
parentafcdbdeae93dc5f423bc1bd14cbb71d58147d81c (diff)
Add sysvinit support
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'configs/profile-openrc')
-rwxr-xr-xconfigs/profile-openrc/build.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/configs/profile-openrc/build.sh b/configs/profile-openrc/build.sh
index 5d0e424..eae0872 100755
--- a/configs/profile-openrc/build.sh
+++ b/configs/profile-openrc/build.sh
@@ -19,9 +19,13 @@ script_path=$(readlink -f ${0%/*})
# Init system. Options are:
# - openrc
# - runit
+# - sysvinit
# - systemd
#
-# Default is systemd
+# All inits, except for systemd, use OpenRC as the
+# daemon manager, so for example runit is in fact
+# runit + OpenRC. If this variable is left unset,
+# it will default to systemd
init=openrc
_usage ()