Created
September 15, 2012 22:27
-
-
Save JoelQFernandez/3730118 to your computer and use it in GitHub Desktop.
OS X - Streambaby - Launch Daemon
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>local.tivohme.bonjour</string> | |
<key>ProgramArguments</key> | |
<array> | |
<string>/usr/bin/dns-sd</string> | |
<string>-R</string> | |
<string>Streambaby</string> | |
<string>_tivo-hme._tcp</string> | |
<string>.</string> | |
<string>7290</string> | |
<string>path=/streambaby/</string> | |
</array> | |
<key>LowPriorityIO</key> | |
<true/> | |
<key>RunAtLoad</key> | |
<true/> | |
<key>KeepAlive</key> | |
<true/> | |
</dict> | |
</plist> |
sudo launchctl load /Library/LaunchDaemons/streambaby.tivohme.plist
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sudo launchctl load /Library/LaunchDaemons/streambaby.tivohme.plist