mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
bde21f861f
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
8 lines
344 B
Text
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.
|