A few suggestions to further improve the handling:
instead of sudo nano to create the log file:
Code:
touch /opt/calibre/calibre.log
Creates an empty file with given name, spares you interaction.
systemd's systemctl provides the restart command to restart services. Instead of starting/stopping use
Code:
systemctl restart <your unit name here>
-----
Quote:
Originally Posted by oblongau
Not sure what you mean by, "You cannot run calibre and the server at the same time with the same user account."
|
Let's say you use "brackhaus" as user name for your server.
"brackhaus" logs in to your system. The content-server is running. "brackhaus" tries to start calibres' GUI, but fails because the content server already runs with "brackhaus" credentials. Use a different user for the server.