-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcom.tradingbot.scheduler.plist
More file actions
35 lines (28 loc) · 932 Bytes
/
com.tradingbot.scheduler.plist
File metadata and controls
35 lines (28 loc) · 932 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?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>com.tradingbot.scheduler</string>
<key>ProgramArguments</key>
<array>
<string>/usr/bin/python3</string>
<string>/Users/rohan/trading_bot/scheduler.py</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>KeepAlive</key>
<true/>
<key>WorkingDirectory</key>
<string>/Users/rohan/trading_bot</string>
<key>StandardOutPath</key>
<string>/Users/rohan/trading_bot/scheduler_daemon.log</string>
<key>StandardErrorPath</key>
<string>/Users/rohan/trading_bot/scheduler_daemon_error.log</string>
<key>EnvironmentVariables</key>
<dict>
<key>PATH</key>
<string>/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin</string>
</dict>
</dict>
</plist>