From 6657687b60b876dd6f0cab4024d74e26529a0dc1 Mon Sep 17 00:00:00 2001 From: Lemniskett Date: Mon, 11 Jan 2021 14:08:17 +0700 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 802e671..bf9770c 100644 --- a/README.md +++ b/README.md @@ -66,16 +66,16 @@ permit nopass :wheel as root cmd /usr/local/share/archbox/bin/remount_run ``` ### Misc #### Systemd services -Use ```servicectl``` command to manage systemd services. -More info [here](https://github.com/smaknsk/servicectl) +Use ```archboxctl``` command to manage systemd services. +More info [here](https://github.com/lemniskett/archboxctl) -To enable service on host boot, in archbox do : +To enable service on host boot, edit `/etc/archbox.conf` : ``` -sudo servicectl enable +SERVICES=(vmware-networks-configuration vmware-networks vmware-usbarbitrator nginx) ``` -To start services immediately, in archbox do : +To start services immediately, in Archbox, do : ``` -sudo servicectl start +sudo archboxctl exec ``` This isn't actually using systemd to start services, rather it parses systemd .service files and executes it. #### Desktop entries