Skip to content

Commit

Permalink
fixing manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
bahamas10 committed Apr 2, 2013
1 parent d45ad29 commit 00c2ac6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion smf/manifest.xml
Expand Up @@ -9,10 +9,11 @@
<method_context working_directory='/path/to/music/directory/'><!-- changeme -->
<method_credential user='root' group='other'/>
<method_environment>
<envvar name='PATH' value='/bin:/usr/bin:/sbin:/usr/sbin:/opt/local/bin:/opt/local/sbin'/><!-- changeme maybe -->
<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='start' type='method' exec='/opt/local/bin/md &amp;' timeout_seconds='10'/><!-- changeme maybe -->
<exec_method name='stop' type='method' exec=':kill' timeout_seconds='30'/>
<template>
<common_name>
Expand Down

0 comments on commit 00c2ac6

Please sign in to comment.