Skip to content

Commit

Permalink
GITBOOK-44: change request with no subject merged in GitBook
Browse files Browse the repository at this point in the history
  • Loading branch information
bkbilly authored and gitbook-bot committed Nov 26, 2023
1 parent 936ef63 commit 5b1cfd1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Home Assistant companion app for linux that uses the MQTT integration to get inf
| Webcam | Power Profile |
| Screenshot | Speech Recognition |
| Full Screen | Audio Select (microphone, speaker) |
| Inference Time | |
| Inference Time | SystemD |
| Display Variable | |

## Supported OS
Expand Down
11 changes: 11 additions & 0 deletions examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -963,3 +963,14 @@ action:
payload: "OFF"
```
## SystemD
Not all services on a machine are needed to be controlled or monitored through a switch, so they need to be configured manually by adding this on your configuration.yaml file:
```yaml
settings:
systemd:
- docker.service
- anydesk.service
```
1 change: 1 addition & 0 deletions setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ Some commands needs to run as a root user, but it's not recommended to run LNXli
sudo visudo
# Add this line at the end (replace USER with your username):
USER ALL=(ALL) NOPASSWD: /usr/sbin/grub-reboot
USER ALL=(ALL) NOPASSWD: /bin/systemctl
```

## Config
Expand Down

0 comments on commit 5b1cfd1

Please sign in to comment.