Created
April 3, 2018 16:12
-
-
Save trwyant/8b97b7daabbfd6dae1119ddb2e417e90 to your computer and use it in GitHub Desktop.
macOS plist file to run Perl smoker
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>name.wyant.tom.smoker</string> | |
<key>LowPriorityIO</key> | |
<false/> | |
<key>ProgramArguments</key> | |
<array> | |
<string>bash</string> | |
<string>-lc</string> | |
<string>/Users/tom/Nobackup/perl/Test-Smoke-1.72/smoke/smokecurrent.sh</string> | |
</array> | |
<key>StartCalendarInterval</key> | |
<array> | |
<dict> | |
<key>Hour</key> | |
<integer>18</integer> | |
<key>Minute</key> | |
<integer>0</integer> | |
<key>Weekday</key> | |
<integer>1</integer> | |
</dict> | |
<dict> | |
<key>Hour</key> | |
<integer>18</integer> | |
<key>Minute</key> | |
<integer>0</integer> | |
<key>Weekday</key> | |
<integer>3</integer> | |
</dict> | |
<dict> | |
<key>Hour</key> | |
<integer>18</integer> | |
<key>Minute</key> | |
<integer>0</integer> | |
<key>Weekday</key> | |
<integer>6</integer> | |
</dict> | |
</array> | |
<key>ProcessType</key> | |
<string>Standard</string> | |
<key>WorkingDirectory</key> | |
<string>/Users/tom/Nobackup/perl/Test-Smoke-1.72/smoke</string> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment