Update README.md

+ Typos
This commit is contained in:
Enric Lleal Serra 2024-09-11 10:57:39 +02:00
parent 27f92cf1db
commit 47621f1de5
1 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ cp bbbsd3.service /etc/systemd/system/.
Recarregar `systemd` per tal que el dimoni reconegui l'existència del nou servei:
```bash
root@fidobox:/opt/bash# systemctl daemon-reload
systemctl daemon-reload
```
Fer que `systemd` activi el nou servei:
@ -52,11 +52,11 @@ Created symlink /etc/systemd/system/multi-user.target.wants/bbbsd3.service → /
I verificar que `systemd` és capaç d'iniciar i aturar el servei sense problemes:
```bash
root@fidobox:/opt/bash# systemctl start bbbsd3.service
systemctl start bbbsd3.service
```
```bash
root@fidobox:/opt/bash# systemctl stop bbbsd3.service
systemctl stop bbbsd3.service
```