From 3624c06807b4a3dcd9e4814845abdc8a57806173 Mon Sep 17 00:00:00 2001 From: dickreckard Date: Tue, 29 Oct 2019 11:15:15 +0100 Subject: [PATCH] Update 'docs/index.md' --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 8223249..fb16aeb 100644 --- a/docs/index.md +++ b/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