From fc94f4179b4b2a6cfbb005257be4efa1b9d6b9f8 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 9 Jul 2019 16:04:19 +0200 Subject: [PATCH] Remove what should not be there --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 06361d7..0ee650e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -587,7 +587,7 @@ ExecStart=/var/www/calibre-web/.venv/bin/python /var/www/calibre-web/cps.py WorkingDirectory=/var/www/calibre-web [Install] -WantedBy=multi-user.target"; } > /etc/systemd/system/cps.service +WantedBy=multi-user.target ``` And we also enable this to run on reboot: