2014-01-25 04:21:40 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
|
<plist version="1.0">
|
|
|
|
<dict>
|
|
|
|
<key>Label</key>
|
|
|
|
<string>org.gophernicus.server</string>
|
|
|
|
<key>ProgramArguments</key>
|
|
|
|
<array>
|
2015-12-29 03:46:48 -05:00
|
|
|
<string>/usr/local/sbin/in.gophernicus</string>
|
2014-01-25 04:21:40 -05:00
|
|
|
<string>-h@HOSTNAME@</string>
|
|
|
|
<string>-r/Library/GopherServer</string>
|
|
|
|
</array>
|
|
|
|
<key>Sockets</key>
|
|
|
|
<dict>
|
|
|
|
<key>Listeners</key>
|
|
|
|
<dict>
|
|
|
|
<key>SockServiceName</key>
|
|
|
|
<string>gopher</string>
|
|
|
|
</dict>
|
|
|
|
</dict>
|
|
|
|
<key>UserName</key>
|
|
|
|
<string>nobody</string>
|
|
|
|
<key>inetdCompatibility</key>
|
|
|
|
<dict>
|
|
|
|
<key>Wait</key>
|
|
|
|
<false/>
|
|
|
|
</dict>
|
|
|
|
</dict>
|
|
|
|
</plist>
|