mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-05 23:50:33 +00:00
Fix ExecStart command in matterbridge service install script to allow childbridge mode (#9603)
This commit is contained in:
parent
277abdf0e4
commit
833866d097
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ After=network-online.target
|
|||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=matterbridge -bridge -service
|
||||
ExecStart=matterbridge -service
|
||||
WorkingDirectory=/root/Matterbridge
|
||||
StandardOutput=inherit
|
||||
StandardError=inherit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue