Skip to content

Commit

Permalink
fix manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
bahamas10 committed Feb 7, 2013
1 parent 96c748a commit 74ac315
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions smf/manifest.xml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
<?xml version='1.0'?>
<!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'>
<service_bundle type='manifest' name='application-music-directory'>
<service name='application/music-directory' type='service' version='0'>
<create_default_instance enabled='true'/>
<dependency name='dep0' grouping='require_all' restart_on='error' type='service'>
<service_fmri value='svc:/milestone/multi-user:default'/>
</dependency>
<method_context working_directory='/path/to/music/directory/'><!-- changeme -->
<method_credential user='root' group='other'/>
<method_environment>
<envvar name='NODE_CONFIG' value='/path/to/config/file'/><!-- changeme -->
</method_environment>
</method_context>
<exec_method name='start' type='method' exec='md &amp;' timeout_seconds='10'/><!-- changeme -->
<exec_method name='stop' type='method' exec=':kill' timeout_seconds='30'/>
<template>
<common_name>
<loctext xml:lang='C'>Media Manager</loctext>
</common_name>
</template>
</service>
</service_bundle>
<?xml version='1.0'?>
<!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'>
<service_bundle type='manifest' name='application-music-directory'>
<service name='application/music-directory' type='service' version='0'>
<create_default_instance enabled='true'/>
<dependency name='dep0' grouping='require_all' restart_on='error' type='service'>
<service_fmri value='svc:/milestone/multi-user:default'/>
</dependency>
<method_context working_directory='/path/to/music/directory/'><!-- changeme -->
<method_credential user='root' group='other'/>
<method_environment>
<envvar name='NODE_CONFIG' value='/path/to/config/file'/><!-- changeme -->
</method_environment>
</method_context>
<exec_method name='start' type='method' exec='md &amp;' timeout_seconds='10'/><!-- changeme -->
<exec_method name='stop' type='method' exec=':kill' timeout_seconds='30'/>
<template>
<common_name>
<loctext xml:lang='C'>Media Manager</loctext>
</common_name>
</template>
</service>
</service_bundle>

0 comments on commit 74ac315

Please sign in to comment.