aboutsummaryrefslogtreecommitdiff
path: root/system/openrc/README.Slackware
diff options
context:
space:
mode:
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.