Skip to content

Instantly share code, notes, and snippets.

@wiedi
Created July 6, 2014 21:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wiedi/ea51a0896efd542b479a to your computer and use it in GitHub Desktop.
Save wiedi/ea51a0896efd542b479a to your computer and use it in GitHub Desktop.
diff --git a/security/spiped/files/smf/manifest.xml b/security/spiped/files/smf/manifest.xml
index a1bbb54..4efeee9 100644
--- a/security/spiped/files/smf/manifest.xml
+++ b/security/spiped/files/smf/manifest.xml
@@ -17,6 +17,11 @@
<property_group name="application" type="application"></property_group>
+ <property_group name="startd" type="framework">
+ <propval name="duration" type="astring" value="child"/>
+ <propval name="ignore_error" type="astring" value="core,signal"/>
+ </property_group>
+
<stability value="Evolving"/>
<template>
<common_name>
diff --git a/security/spiped/files/smf/spiped.sh b/security/spiped/files/smf/spiped.sh
index 43feadd..5c26159 100644
--- a/security/spiped/files/smf/spiped.sh
+++ b/security/spiped/files/smf/spiped.sh
@@ -28,6 +28,6 @@ case "$MODE" in
exit $SMF_EXIT_ERR_CONFIG
esac
-@LOCALBASE@/bin/spiped $MODEFLAG -s "$SOURCE" -t "$TARGET" -k "$KEY"
+@LOCALBASE@/bin/spiped -F $MODEFLAG -s "$SOURCE" -t "$TARGET" -k "$KEY"
exit $SMF_EXIT_OK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment