We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In early May 2022 Homebridge changed some paths. So if you're using a newer version of homebridge, the instructions in README.md no longer work.
README.md
I've found a solution...The steps you now need to take to run homebridge as root are as follows:
sudo systemctl edit homebridge
[Service] User=root ExecStart= # a blank ExecStart is required to override ExecStart=/opt/homebridge/start.sh --allow-root
Then save the file and exit the editor.
sudo systemctl restart homebridge
The text was updated successfully, but these errors were encountered:
I've created a PR to update the docs with these instructions here.
Sorry, something went wrong.
PR merged. Thank you!
No branches or pull requests
In early May 2022 Homebridge changed some paths. So if you're using a newer version of homebridge, the instructions in
README.md
no longer work.I've found a solution...The steps you now need to take to run homebridge as root are as follows:
sudo systemctl edit homebridge
.Then save the file and exit the editor.
sudo systemctl restart homebridge
The text was updated successfully, but these errors were encountered: