Added page on OpenRC
This commit is contained in:
parent
2eed514660
commit
6edcac825f
1 changed files with 15 additions and 0 deletions
|
@ -0,0 +1,15 @@
|
|||
# OpenRC
|
||||
|
||||
Alpine Linux uses OpenRC as init system which has a few configuration option that can be changed. Most options are already explained in the `/etc/rc.conf` file which has to be edited.
|
||||
|
||||
The boot process can be sped up if services are launched parallel (do note that this *can* lead to small issues).
|
||||
|
||||
```
|
||||
rc_parallel="YES"
|
||||
```
|
||||
|
||||
What is more important is enabling the logger which logs the rc process. Enable it though:
|
||||
|
||||
```
|
||||
rc_logger="YES"
|
||||
```
|
Loading…
Reference in a new issue