Fix ExecStart command in matterbridge service install script to allow childbridge mode (#9603)

This commit is contained in:
Jonas Albrecht 2025-12-02 20:33:37 +01:00 committed by GitHub
parent 277abdf0e4
commit 833866d097
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@ After=network-online.target
[Service] [Service]
Type=simple Type=simple
ExecStart=matterbridge -bridge -service ExecStart=matterbridge -service
WorkingDirectory=/root/Matterbridge WorkingDirectory=/root/Matterbridge
StandardOutput=inherit StandardOutput=inherit
StandardError=inherit StandardError=inherit