Initial draft of protocol bootstrapper, reworked ACS lookup (again).
[shibboleth/cpp-sp.git] / configs / shibd-osx.plist.in
index 554df82..a05cc9d 100644 (file)
@@ -5,20 +5,13 @@
        <key>Label</key> <string>edu.internet2.shibboleth.shibd</string>
        <key>ServiceDescription</key> <string>Shibboleth 2.0 Service Provider daemon</string>
 
-       <key>EnvironmentVariables</key>
-       <dict>
-               <key>DYLD_INSERT_LIBRARIES</key>
-               <string>@-PREFIX-@/lib/libshibsp-lite.dylib</string>
-               <key>DYLD_LIBRARY_PATH</key>
-               <string>@-PREFIX-@/lib</string>
-       </dict>
-
        <key>ProgramArguments</key>
        <array>
                <string>@-PREFIX-@/sbin/shibd</string>
+        <string>-F</string>
                <string>-f</string>
                <string>-p</string>
-               <string> @-VARRUNDIR-@/shibd.pid</string>
+               <string>@-PKGRUNDIR-@/shibd.pid</string>
        </array>
 
        <key>RunAtLoad</key> <false/>