mirror of
https://github.com/Tautulli/Tautulli.git
synced 2024-11-20 20:40:25 -08:00
19 lines
567 B
XML
Executable File
19 lines
567 B
XML
Executable File
<?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>tautulli</string>
|
|
<key>ProgramArguments</key>
|
|
<array>
|
|
<!-- Modify these two lines if you need to to reflect your python location and Tautulli install location -->
|
|
<string>/usr/bin/python</string>
|
|
<string>/Applications/Tautulli/Tautulli.py</string>
|
|
</array>
|
|
<key>RunAtLoad</key>
|
|
<true/>
|
|
<key>KeepAlive</key>
|
|
<true/>
|
|
</dict>
|
|
</plist>
|