Update README.md

This commit is contained in:
Lemniskett 2021-01-13 12:59:07 +07:00 committed by GitHub
parent 9c69b290f1
commit 2aa514e9ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@ This isn't actually using systemd to start services, rather it parses systemd .s
##### Autostart services
To enable service on host boot, edit `/etc/archbox.conf` :
```
SERVICES=(vmware-networks-configuration vmware-networks vmware-usbarbitrator nginx)
SERVICES=( vmware-networks-configuration vmware-networks vmware-usbarbitrator nginx )
```
Keep in mind that this doesn't resolve service dependencies, so you may need to enable the dependencies manually. you can use ```archboxctl desc <service>``` to read the .service file