Skip to content

Commit 5b7a0a6

Browse files
authored
Fixes location of oximeter configuration in packaged SMF manifest (#216)
1 parent b72c31e commit 5b7a0a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smf/oximeter/manifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</method_environment>
1919
</method_context>
2020
<exec_method type='method' name='start'
21-
exec='ctrun -l child -o noorphan,regent /opt/oxide/oximeter/oximeter ./config.toml &amp;'
21+
exec='ctrun -l child -o noorphan,regent /opt/oxide/oximeter/oximeter /opt/oxide/oximeter/pkg/config.toml &amp;'
2222
timeout_seconds='0' />
2323
<exec_method type='method' name='stop' exec=':kill' timeout_seconds='0' />
2424

0 commit comments

Comments
 (0)