mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-12-14 11:13:27 +01:00
Fix ExecStart command in matterbridge service install script to allow childbridge mode (#9603)
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user