Skip to content

Commit 833866d

Browse files
authored
Fix ExecStart command in matterbridge service install script to allow childbridge mode (#9603)
1 parent 277abdf commit 833866d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/matterbridge-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ After=network-online.target
2626
2727
[Service]
2828
Type=simple
29-
ExecStart=matterbridge -bridge -service
29+
ExecStart=matterbridge -service
3030
WorkingDirectory=/root/Matterbridge
3131
StandardOutput=inherit
3232
StandardError=inherit

0 commit comments

Comments
 (0)