Update README.md

This commit is contained in:
Lemniskett 2020-11-10 11:16:25 +07:00 committed by GitHub
parent 23df355bfe
commit b3242949e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 <service name>
```
To start services immediately, in archbox do :
```
sudo servicectl start <service name>
```
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 :
```