SmartOS Esky: Fix minion SMF manifest

Some users reported an errror that SMF couldn't find auditconfig despite
the fact that the PATH is set correctly. Invoking with the full path
seems to fix the issue.
This commit is contained in:
Nahum Shalman 2014-09-08 16:07:48 -04:00
parent 2887ffb5bb
commit aa0e7209c5

View File

@ -28,7 +28,7 @@
<exec_method type="method"
name="start"
exec="auditconfig -setaudit 0 lo 0,0,localhost 5417 SALT_PREFIX/bin/salt-minion"
exec="/usr/sbin/auditconfig -setaudit 0 lo 0,0,localhost 5417 SALT_PREFIX/bin/salt-minion"
timeout_seconds="60">
<method_context>
<method_environment>