1
0
forked from crony/UpFast

fixed systemd commands markup

This commit is contained in:
Raymaekers Luca 2023-03-26 17:30:38 +02:00
parent a72cd1a039
commit 8d1ee70948

View File

@ -57,11 +57,11 @@ Restart=on-failure
``` ```
Finally run following commmands. Finally run following commmands.
``` ```bash
# refresh services # refresh services
`sudo systemctl daemon-reload` sudo systemctl daemon-reload
# enable the service # enable the service
`sudo systemctl enable upfast.service` sudo systemctl enable upfast.service
``` ```
### Docker ### Docker