1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00

calibre-web/README.rst: Tighten up systemctl examples

This commit is contained in:
A Holt 2023-08-06 14:52:28 -04:00 committed by GitHub
parent 7b807b4bb0
commit 6a0ad0c5ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -103,12 +103,11 @@ Finally, take note of Calibre-Web's `FAQ <https://github.com/janeczku/calibre-we
Backend
-------
You can manage the backend Calibre-Web server with these systemd commands::
You can manage the backend Calibre-Web server with systemd commands like::
systemctl enable calibre-web
systemctl restart calibre-web
systemctl status calibre-web
systemctl stop calibre-web
systemctl restart calibre-web
Run all commands `as root <https://unix.stackexchange.com/questions/3063/how-do-i-run-a-command-as-the-system-administrator-root>`_.