Skip to content

Instantly share code, notes, and snippets.

@drscream
Created October 14, 2013 18:08
Show Gist options
  • Save drscream/6979622 to your computer and use it in GitHub Desktop.
Save drscream/6979622 to your computer and use it in GitHub Desktop.
Sickbeard SMF diff for SmartOS
--- init.solaris11.orig 2013-10-14 18:04:43.238109596 +0000
+++ init.solaris11 2013-10-14 18:07:49.886298548 +0000
@@ -63,6 +63,9 @@
<!-- execute as user sickbeard -->
<method_context>
<method_credential user='sickbeard' group='other' />
+ <method_environment>
+ <envvar name='PATH' value='/opt/local/bin:/opt/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin'/>
+ </method_environment>
</method_context>
<exec_method
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment