aboutsummaryrefslogtreecommitdiff
path: root/system/openrc/README.Slackware
diff options
context:
space:
mode:
authorAaditya Bagga <aaditya_gnulinux@zoho.com>2015-05-29 21:42:54 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-05-31 10:36:20 +0700
commitbde21f861ff90f3f04323d140d244902cb9b520b (patch)
tree11a5948a47a3d8a2862e42c28908a8e7213565d7 /system/openrc/README.Slackware
parente2703d9ce1ebcf3aabac1a7f3236371b50a0b3cf (diff)
downloadslackbuilds-bde21f861ff90f3f04323d140d244902cb9b520b.tar.xz
system/openrc: Added (dependency-based init system).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/openrc/README.Slackware')
-rw-r--r--system/openrc/README.Slackware8
1 files changed, 8 insertions, 0 deletions
diff --git a/system/openrc/README.Slackware b/system/openrc/README.Slackware
new file mode 100644
index 000000000000..2b9c375a1054
--- /dev/null
+++ b/system/openrc/README.Slackware
@@ -0,0 +1,8 @@
+Before installing OpenRC, the /etc/init.d folder would need to be moved out, ie:
+# mv /etc/init.d /etc/init.d.bak
+
+After installing, /etc/inittab would need to be replaced. The old one can be backed up:
+# cp /etc/inittab /etc/inittab.sysvinit
+# mv /etc/inittab.new /etc/inittab
+
+Services for OpenRC can be found in the openrc-services package.