Update README.md
This commit is contained in:
parent
23df355bfe
commit
b3242949e6
10
README.md
10
README.md
@ -43,6 +43,16 @@ Idk you're on your own
|
||||
#### Systemd services
|
||||
Use ```servicectl``` command to manage systemd services.
|
||||
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 :
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user