Skip to content

Commit

Permalink
Remove unnecessary LD_LIBRARY_PATH (#6628)
Browse files Browse the repository at this point in the history
- Remove path from SMF manifests for oximeter, sled-agent, and nexus
- Fixes #6625
  • Loading branch information
bnaecker authored Sep 23, 2024
1 parent 453311a commit 2f3c2f9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
5 changes: 0 additions & 5 deletions smf/nexus/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@
<service_fmri value='svc:/oxide/opte-interface-setup:default' />
</dependency>

<method_context>
<method_environment>
<envvar name="LD_LIBRARY_PATH" value="/opt/ooce/pgsql-13/lib/amd64" />
</method_environment>
</method_context>
<exec_method type='method' name='start'
exec='ctrun -l child -o noorphan,regent /opt/oxide/omicron-nexus/bin/nexus /var/svc/manifest/site/nexus/config.toml &amp;'
timeout_seconds='0' />
Expand Down
5 changes: 0 additions & 5 deletions smf/oximeter/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@
<service_fmri value='svc:/oxide/zone-network-setup:default' />
</dependency>

<method_context>
<method_environment>
<envvar name="LD_LIBRARY_PATH" value="/opt/ooce/pgsql-13/lib/amd64" />
</method_environment>
</method_context>
<exec_method type='method' name='start'
exec='ctrun -l child -o noorphan,regent /opt/oxide/oximeter-collector/bin/oximeter run /var/svc/manifest/site/oximeter/config.toml --address %{config/address} --id %{config/id} &amp;'
timeout_seconds='0'>
Expand Down
5 changes: 0 additions & 5 deletions smf/sled-agent/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@
<service_fmri value='svc:/system/t6init' />
</dependency>

<method_context>
<method_environment>
<envvar name="LD_LIBRARY_PATH" value="/opt/ooce/pgsql-13/lib/amd64" />
</method_environment>
</method_context>
<exec_method type='method' name='start'
exec='ctrun -l child -o noorphan,regent /opt/oxide/sled-agent/sled-agent run /opt/oxide/sled-agent/pkg/config.toml &amp;'
timeout_seconds='0' />
Expand Down

0 comments on commit 2f3c2f9

Please sign in to comment.