From a3c2e2e7c2f13aa9346376e70dbd64792b4fb52b Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 22 Jan 2024 14:07:11 -0500 Subject: [PATCH] Update documentation to talk more about server options and how to restart the server by hand. --- DOCUMENTATION.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index cdaa6f0..a933d51 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -326,6 +326,12 @@ Similarly, on Linux the `systemctl` command is used: sudo systemctl restart lprint.service +If you've run the server by hand, just use the "shutdown" sub-command and then +run the server again: + + sudo lprint shutdown + sudo lprint server + > *Note:* When you install the LPrint snap on Linux or the package on macOS, the > server is automatically run as root. When you install from source, a > `launchd` (macOS) or `systemd` (all others) service file is installed but not