Merge pull request 'fixed systemd commands markup' (#2) from TlasT/UpFast:main into main
Reviewed-on: https://code.cronyakatsuki.xyz/crony/UpFast/pulls/2 Fix markup.
This commit is contained in:
commit
dcda0f372a
1 changed files with 3 additions and 3 deletions
|
@ -57,11 +57,11 @@ Restart=on-failure
|
|||
```
|
||||
Finally run following commmands.
|
||||
|
||||
```
|
||||
```bash
|
||||
# refresh services
|
||||
`sudo systemctl daemon-reload`
|
||||
sudo systemctl daemon-reload
|
||||
# enable the service
|
||||
`sudo systemctl enable upfast.service`
|
||||
sudo systemctl enable upfast.service
|
||||
```
|
||||
|
||||
### Docker
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue