blob: 2b9c375a10546738843e856b03bf1b7bbf49e7d6 (
plain)
1
2
3
4
5
6
7
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.
|