Files
zshrc/brew-services/homebrew.mxcl.menu-bot.plist
T
2021-12-21 16:56:36 -05:00

21 lines
737 B
Plaintext

<?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>KeepAlive</key>
<true/>
<key>Label</key>
<string>homebrew.mxcl.menu-bot</string>
<key>ProgramArguments</key>
<array>
<string>/usr/bin/python3</string>
<string>/Volumes/macWorkspace/CS/CSC110/menubot/menubot.py</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>StandardErrorPath</key>
<string>/usr/local/var/log/menubot.log</string>
<key>StandardOutPath</key>
<string>/usr/local/var/log/menubot.log</string>
</dict>
</plist>