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 : ```