Skip to content

Commit

Permalink
Don't rely on a symlink being in place for /usr -> /opt
Browse files Browse the repository at this point in the history
  • Loading branch information
jacques committed Aug 14, 2011
1 parent 46f5dc0 commit f97c731
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exim.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<dependency name='config-file' grouping='require_all' restart_on='none' type='path'>
<service_fmri value='file:///opt/local/etc/exim/configure'/>
</dependency>
<exec_method name='start' type='method' exec='/usr/local/sbin/exim -bd -q30m' timeout_seconds='60'>
<exec_method name='start' type='method' exec='/opt/local/sbin/exim -bd -q30m' timeout_seconds='60'>
<method_context working_directory='/var/spool/exim' project='default'>
<method_credential user='mail' group='mail'/>
<method_environment>
Expand All @@ -45,4 +45,4 @@
</common_name>
</template>
</service>
</service_bundle>
</service_bundle>

0 comments on commit f97c731

Please sign in to comment.