[ad_1]
Is it attainable to run a couple of Python script in a single Launchd .plist file?
I’ve the next, and it solely runs the primary script
<?xml model="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Pc//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist model="1.0">
<dict>
<key>Label</key>
<string>com.check</string>
<key>ProgramArguments</key>
<array>
<string>/Customers/cherryleheu/choose/anaconda3/bin/python3</string>
<string>/path/hi there.py</string>
<string>/path/goodbye.py</string>
</array>
<key>StartInterval</key>
<integer>30</integer>
</dict>
</plist>
[ad_2]
