From d70dfaeebdebcad636f7388648b62fcfb2750d7f Mon Sep 17 00:00:00 2001 From: Eric Callahan Date: Wed, 8 Feb 2023 05:42:30 -0500 Subject: [PATCH] docs: update machine config documentation Signed-off-by: Eric Callahan --- README.md | 2 +- docs/configuration.md | 4 ++-- docs/user_changes.md | 4 ++++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6e28e0f..cf20e30 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ to see if any action is necessary on their part. The date of the most recent change is included. Users:\ -[user_changes.md](https://moonraker.readthedocs.io/en/latest/user_changes/) - January 2nd 2023 +[user_changes.md](https://moonraker.readthedocs.io/en/latest/user_changes/) - February 8th 2023 Developers:\ [api_changes.md](https://moonraker.readthedocs.io/en/latest/api_changes/) - March 4th 2022 diff --git a/docs/configuration.md b/docs/configuration.md index dde1539..87e6f4d 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -123,8 +123,8 @@ with system services such as systemd. provider: systemd_dbus # The provider implementation used to collect system service information # and run service actions (ie: start, restart, stop). This can be "none", -# "supervisord", "systemd_dbus", or "systemd_cli". If the provider is set -# to "none" service action APIs will be disabled. +# "supervisord_cli", "systemd_dbus", or "systemd_cli". If the provider is +# set to "none" service action APIs will be disabled. # The default is systemd_dbus. sudo_password: # The password for the linux user. When set Moonraker can run linux commands diff --git a/docs/user_changes.md b/docs/user_changes.md index eef51d7..b8f6ab3 100644 --- a/docs/user_changes.md +++ b/docs/user_changes.md @@ -2,6 +2,10 @@ This file will track changes that require user intervention, such as a configuration change or a reinstallation. +### Februrary 8th 2023 +- The `provider` option in the `[machine]` section no longer accepts + `supervisord` as an option. It has been renamed to `supervisord_cli`. + ### January 2nd 2023 - The `bound_service` option for `[power]` devices has been deprecated in favor of `bound_services`. Currently this change does not generate a