parent
4f9581f3a0
commit
0005654895
BIN
docs/faq/moonraker_warnings/img/policitykit.png
Normal file
BIN
docs/faq/moonraker_warnings/img/policitykit.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 120 KiB |
9
docs/faq/moonraker_warnings/index.md
Normal file
9
docs/faq/moonraker_warnings/index.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: default
|
||||
title: Moonraker Warnings
|
||||
parent: FAQ
|
||||
nav_order: 20
|
||||
has_children: true
|
||||
permalink: /faq/moonraker_warnings
|
||||
has_toc: false
|
||||
---
|
30
docs/faq/moonraker_warnings/policitykit.md
Normal file
30
docs/faq/moonraker_warnings/policitykit.md
Normal file
@ -0,0 +1,30 @@
|
||||
---
|
||||
layout: default
|
||||
title: PolicyKit Permissions
|
||||
parent: Moonraker Warnings
|
||||
grand_parent: FAQ
|
||||
nav_order: 20
|
||||
has_children: false
|
||||
permalink: /faq/moonraker_warnings/policykit
|
||||
has_toc: false
|
||||
---
|
||||
|
||||
# PolicyKit Permissions
|
||||
Since Jan 28th '22, Moonraker has changed the way to communicate with system services to D-Bus instead of previously `sudo` commands.
|
||||
|
||||
After updating Moonraker you might be presented this warning message:
|
||||
|
||||
{:width="50%"}
|
||||
|
||||
To resolve this warning you have to install the PolicyKit permissions with the `set-policykit-rules.sh` script.
|
||||
|
||||
SSH into your system and execute the following commands:
|
||||
|
||||
```
|
||||
cd ~/moonraker/scripts
|
||||
./set-policykit-rules.sh
|
||||
sudo service moonraker restart
|
||||
```
|
||||
|
||||
For more information, please check out the corresponding [Moonraker documentation](https://moonraker.readthedocs.io/en/latest/installation/#policykit-permissions).
|
||||
{: .info}
|
Loading…
x
Reference in New Issue
Block a user