slackbuilds_ponce/system/openrc/README.Slackware
Aaditya Bagga bde21f861f system/openrc: Added (dependency-based init system).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-05-31 10:36:20 +07:00

8 lines
344 B
Text

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.