Fix enabling services

This commit is contained in:
Out Of Ideas 2024-01-30 21:10:12 -06:00
parent 9c3c987f84
commit 5e655e1bc6

View file

@ -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.