From 1b997b7457678997b117b910a579714621d0f910 Mon Sep 17 00:00:00 2001 From: Arksine Date: Sun, 6 Dec 2020 07:05:21 -0500 Subject: [PATCH] docs: Note changes to install script Signed-off-by: Eric Callahan --- README.md | 2 +- docs/user_changes.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f7f972d..f8c7106 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ to see if any action is necessary on their part. The date of the most recent change is included. Users:\ -[user_changes.md](/docs/user_changes.md) - November 19th 2020 +[user_changes.md](/docs/user_changes.md) - December 6th 2020 Developers:\ [api_changes.md](/docs/api_changes.md) - November 28th 2020 diff --git a/docs/user_changes.md b/docs/user_changes.md index 167f1ad..fa8daac 100644 --- a/docs/user_changes.md +++ b/docs/user_changes.md @@ -1,6 +1,18 @@ This file will track changes that require user intervention, such as a configuration change or a reinstallation. +### December 6th 2020 +- Moonraker is now installed as a systemd service. This allows logging + to stdout which can be viewed with the `journalctl -u moonraker` command. + This changes requires the user to rerun the install script. If + `moonraker.conf` is not located in the home directory, the command + will looks something like the following: + ``` + cd ~/moonraker + ./scripts/install-moonraker.sh -f -c /home/pi/klipper_config/moonraker.conf + ``` + Otherwise you can run the install script with no arguments. + ### November 19th 2020 - The install script (`install-moonraker.sh`) now has command-line options:\