Fix enabling services
This commit is contained in:
parent
9c3c987f84
commit
5e655e1bc6
1 changed files with 2 additions and 2 deletions
|
@ -524,11 +524,11 @@ xbps-reconfigure -f glibc-locales
|
|||
### Enabling services
|
||||
Enable DHCPCD.
|
||||
```
|
||||
ln -s /etc/sv/dhcpcd /var/service/
|
||||
ln -s /etc/sv/dhcpcd /etc/runit/runsvdir/default/
|
||||
```
|
||||
Enable SSHD.
|
||||
```
|
||||
ln -s /etc/sv/sshd /var/service/
|
||||
ln -s /etc/sv/sshd /etc/runit/runsvdir/default/
|
||||
```
|
||||
### Setting the Root Password
|
||||
Set the root password.
|
||||
|
|
Loading…
Reference in a new issue