Skip to content

Commit

Permalink
mgd: add tep arg to smf service
Browse files Browse the repository at this point in the history
  • Loading branch information
rcgoodfellow committed Jan 9, 2024
1 parent 17a81ab commit 534c0bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions smf/mgd/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<property_group name='config' type='application'>
<propval name='admin_host' type='astring' value='::1' />
<propval name='admin_port' type='count' value='4676' />
<propval name='tep' type='astring' value='fd00:99::1' />
</property_group>

<property_group name='startd' type='framework'>
Expand Down
1 change: 1 addition & 0 deletions smf/mgd_method_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export RUST_LOG=info
args=(
--admin-port "$(svcprop -c -p config/admin_port "${SMF_FMRI}")"
--admin-addr "$(svcprop -c -p config/admin_host "${SMF_FMRI}")"
--tep "$(svcprop -c -p config/tep "${SMF_FMRI}")"
)

if [[ -e /opt/oxide/mgd/bin/mgd ]];
Expand Down

0 comments on commit 534c0bb

Please sign in to comment.