Browse Source

Update 'docs/index.md'

pull/1/head
dickreckard 5 years ago
parent
commit
3624c06807
  1. 4
      docs/index.md

4
docs/index.md

@ -574,8 +574,8 @@ We then need to install the Python dependencies with:
$ python3 -m venv .venv && .venv/bin/pip install -r requirements.txt
```
And finally configure the service to be run by Systemd. In the
`/etc/systemd/system/cps.service` we need to add:
And finally configure the service to be run by Systemd.
Create the file `/etc/systemd/system/cps.service` and add these lines to it:
```bash
Description=Calibre-Web

Loading…
Cancel
Save