From 2aa514e9aeb02d26b0c20d43ec32de31efdb522d Mon Sep 17 00:00:00 2001 From: Lemniskett Date: Wed, 13 Jan 2021 12:59:07 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84db281..d67dfde 100644 --- a/README.md +++ b/README.md @@ -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 ``` to read the .service file