1
0
forked from crony/UpFast

Compare commits

...

4 Commits

Author SHA1 Message Date
Raymaekers Luca
8fdc68b441 fixed bold font 2023-04-04 16:24:53 +02:00
dcda0f372a Merge pull request 'fixed systemd commands markup' (#2) from TlasT/UpFast:main into main
Reviewed-on: crony/UpFast#2
Fix markup.
2023-03-26 15:49:48 +00:00
09d2c4f863 Add contributor. 2023-03-26 17:39:48 +02:00
Raymaekers Luca
8d1ee70948 fixed systemd commands markup 2023-03-26 17:30:38 +02:00
3 changed files with 9 additions and 5 deletions

View File

@ -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
@ -99,3 +99,7 @@ server {
}
}
```
# Contributions
Thanks [TLasT](https://craftmenners.men) on his help with testing and documentation.

View File

@ -36,7 +36,7 @@ video {
a {
color: #f2d5cf;
text-decoration: none;
font-style: bold;
font-weight: bold;
padding: 5px;
}

View File

@ -14,7 +14,7 @@ h1 {
a {
color: #f2d5cf;
text-decoration: none;
font-style: bold;
font-weight: bold;
padding: 5px;
}