Compare commits

..

No commits in common. "a6f7b9b595bddda88a81f7931ffa4bb68ae20b01" and "1131f31c27efa8c8b0b95f9cbb1af1798cd92b45" have entirely different histories.

View File

@ -2,9 +2,6 @@
Minimal Delegated License Service (DLS). 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 ## Endpoints
### `GET /` ### `GET /`
@ -175,8 +172,7 @@ WantedBy=multi-user.target
EOF EOF
``` ```
Now you have to run `systemctl daemon-reload`. After that you can start service Now you have to run `systemctl daemon-reload`. After that you can start service with `systemctl start fastapi-dls.service`.
with `systemctl start fastapi-dls.service`.
# Configuration # Configuration