updated README

pull/35/head^2
13621160019@163.com 2021-04-18 11:33:39 +08:00
parent 922e52c293
commit fe5a62d426
1 changed files with 2 additions and 2 deletions

View File

@ -84,11 +84,11 @@ Setup systemd service:
``` ```
Enable the service: Enable the service:
``` ```
$ sudo systemctl enable feed-normalization.service $ sudo systemctl enable myems-normalization.service
``` ```
Start the service: Start the service:
``` ```
$ sudo systemctl start feed-normalization.service $ sudo systemctl start myems-normalization.service
``` ```
Monitor the service: Monitor the service:
```bash ```bash