Created
September 5, 2021 22:30
-
-
Save zhovner/a7131d5980ee3df82aa94a65c1d3850a to your computer and use it in GitHub Desktop.
Launchd script from time machine traveler
This file contains hidden or 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>InitGroups</key> | |
<false/> | |
<key>Label</key> | |
<string>dev.flipp.TimeMachineTraveler</string> | |
<key>Program</key> | |
<string>/Users/ivan/travel-time-machine/travel-time-machine.py</string> | |
<key>StandardErrorPath</key> | |
<string>/tmp/TimeMachineTraveler.err.log</string> | |
<key>StandardOutPath</key> | |
<string>/tmp/TimeMachineTraveler.log</string> | |
<key>StartInterval</key> | |
<integer>10800</integer> | |
<key>UserName</key> | |
<string>ivan</string> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment