Compare commits

..

2 Commits

View File

@ -2,6 +2,9 @@
Minimal Delegated License Service (DLS).
This service can be used without internet connection.
Only the clients need a connection to this service on configured port.
## Endpoints
### `GET /`
@ -172,7 +175,8 @@ WantedBy=multi-user.target
EOF
```
Now you have to run `systemctl daemon-reload`. After that you can start service with `systemctl start fastapi-dls.service`.
Now you have to run `systemctl daemon-reload`. After that you can start service
with `systemctl start fastapi-dls.service`.
# Configuration