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:
parent
7b807b4bb0
commit
6a0ad0c5ae
1 changed files with 2 additions and 3 deletions
|
@ -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>`_.
|
||||
|
||||
|
|
Loading…
Reference in a new issue