rsyncd plist for launchd -- not starting properly on reboot.
But when I reboot the server and try to connect to the deamon I get (on the client machine)
rsync: server sent "launchproxy[1928]: execv(): No such file or director" rather than greeting
I have to manually reload the launch daemon on the server machine using using
sudo launchctl unload /Library/LaunchDaemons/rsyncd.plist
sudo launchctl load /Library/LaunchDaemons/rsynd.plist
Any ideas? Here is my rysncd.plist, I mostly copied it from an example on the interwebs.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Disabled</key>
<false/>
<key>Label</key>
<string>rsync</string>
<key>Program</key>
<string>/opt/local/bin/rsync</string>
<key>ProgramArguments</key>
<array>
<string>/opt/local/bin/rsync</string>
<string>--daemon</string>
</array>
<key>inetdCompatibility</key>
<dict>
<key>Wait</key>
<false/>
</dict>
<key>Sockets</key>
<dict>
<key>Listeners</key>
<dict>
<key>SockServiceName</key>
<string>rsync</string>
<key>SockType</key>
<string>stream</string>
</dict>
</dict>
</dict>
</plist>
Mac Pro 2008 / iMac 2009/ Mini 2008 / Macbook 2009, Mac OS X (10.6.2)