<?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>Label</key>
		<string>org.awkwardtv.rtorrent</string>
		<key>ProgramArguments</key>
		<array>
			<string>/usr/local/bin/screen</string>
			<string>-dm</string>
			<string>-S</string>
			<string>rtorrent</string>
			<string>/usr/bin/nice</string>
			<string>-n</string>
			<string>20</string>
			<string>/usr/local/bin/rtorrent</string>
		</array>
		<key>OnDemand</key>
		<false/>
		<key>RunAtLoad</key>
		<true/>
		<key>ServiceDescription</key>
		<string>rtorrent for ATV</string>
	</dict>
</plist>
