Add placeholder UserName key
authorScott Cantor <cantor.2@osu.edu>
Tue, 30 Aug 2011 16:57:48 +0000 (16:57 +0000)
committerScott Cantor <cantor.2@osu.edu>
Tue, 30 Aug 2011 16:57:48 +0000 (16:57 +0000)
configs/shibd-osx.plist.in

index a05cc9d..c18ec58 100644 (file)
@@ -3,7 +3,7 @@
 <plist version="1.0">
 <dict>
        <key>Label</key> <string>edu.internet2.shibboleth.shibd</string>
-       <key>ServiceDescription</key> <string>Shibboleth 2.0 Service Provider daemon</string>
+       <key>ServiceDescription</key> <string>Shibboleth 2 Service Provider daemon</string>
 
        <key>ProgramArguments</key>
        <array>
@@ -17,5 +17,6 @@
        <key>RunAtLoad</key> <false/>
        <key>OnDemand</key> <true/>
        <key>StandardErrorPath</key> <string>/dev/null</string>
+       <key>UserName</key> <string>root</string>
 </dict>
 </plist>