From b3242949e6525df3f4aaefd535e3b025f6ca5aba Mon Sep 17 00:00:00 2001 From: Lemniskett Date: Tue, 10 Nov 2020 11:16:25 +0700 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c40499c..504f5fd 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,17 @@ Idk you're on your own ### Misc #### Systemd services Use ```servicectl``` command to manage systemd services. -More info [here](https://github.com/smaknsk/servicectl) +More info [here](https://github.com/smaknsk/servicectl) + +To enable service on host boot, in archbox do : +``` +sudo servicectl enable +``` +To start services immediately, in archbox do : +``` +sudo servicectl start +``` +This isn't actually uses systemd to start services, rather it parses systemd .service files and executes it. #### Lauching apps via rofi Instead of opening terminal everytime you want to run application inside chroot, you may want to launch rofi inside chroot, install rofi and do : ```