docs: update machine config documentation
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
b02224485e
commit
d70dfaeebd
|
@ -43,7 +43,7 @@ to see if any action is necessary on their part. The date of the most
|
||||||
recent change is included.
|
recent change is included.
|
||||||
|
|
||||||
Users:\
|
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:\
|
Developers:\
|
||||||
[api_changes.md](https://moonraker.readthedocs.io/en/latest/api_changes/) - March 4th 2022
|
[api_changes.md](https://moonraker.readthedocs.io/en/latest/api_changes/) - March 4th 2022
|
||||||
|
|
|
@ -123,8 +123,8 @@ with system services such as systemd.
|
||||||
provider: systemd_dbus
|
provider: systemd_dbus
|
||||||
# The provider implementation used to collect system service information
|
# The provider implementation used to collect system service information
|
||||||
# and run service actions (ie: start, restart, stop). This can be "none",
|
# and run service actions (ie: start, restart, stop). This can be "none",
|
||||||
# "supervisord", "systemd_dbus", or "systemd_cli". If the provider is set
|
# "supervisord_cli", "systemd_dbus", or "systemd_cli". If the provider is
|
||||||
# to "none" service action APIs will be disabled.
|
# set to "none" service action APIs will be disabled.
|
||||||
# The default is systemd_dbus.
|
# The default is systemd_dbus.
|
||||||
sudo_password:
|
sudo_password:
|
||||||
# The password for the linux user. When set Moonraker can run linux commands
|
# The password for the linux user. When set Moonraker can run linux commands
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
This file will track changes that require user intervention,
|
This file will track changes that require user intervention,
|
||||||
such as a configuration change or a reinstallation.
|
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
|
### January 2nd 2023
|
||||||
- The `bound_service` option for `[power]` devices has been deprecated in
|
- The `bound_service` option for `[power]` devices has been deprecated in
|
||||||
favor of `bound_services`. Currently this change does not generate a
|
favor of `bound_services`. Currently this change does not generate a
|
||||||
|
|
Loading…
Reference in New Issue