-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathcom.liewa.daemon.plist
executable file
·37 lines (28 loc) · 1.1 KB
/
com.liewa.daemon.plist
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
36
37
<?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.liewa.daemon.plist</string>
<key>RunAtLoad</key>
<true/>
<key>StartInterval</key>
<integer>30</integer>
<key>StandardErrorPath</key>
<string>/Users/macbook/Documents/Live-Earth-Wallpapers/dist/app.app/stderr.log</string>
<key>StandardOutPath</key>
<string>/Users/macbook/Documents/Live-Earth-Wallpapers/dist/app.app/stdout.log</string>
<key>EnvironmentVariables</key>
<dict>
<key>PATH</key>
<string><![CDATA[/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin]]></string>
</dict>
<key>WorkingDirectory</key>
<string>/Users/macbook/Documents/Live-Earth-Wallpapers/</string>
<key>ProgramArguments</key>
<array>
<string>/Users/macbook/Documents/Live-Earth-Wallpapers/venv/bin/python</string>
<string>/Users/macbook/Documents/Live-Earth-Wallpapers/dist/app.app/Contents/MacOS/cli.py</string>
</array>
</dict>
</plist>