Remove what should not be there

This commit is contained in:
Luke Murphy 2019-07-09 16:04:19 +02:00
parent e8ce329303
commit fc94f4179b
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -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: