21 lines
652 B
Plaintext
21 lines
652 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- See launchd.plist(5)for documentation on this file. -->
|
|
<!-- See https://www.launchd.info/ for a tutorial. -->
|
|
<!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.github.erikw.restic-automatic-backup</string>
|
|
<key>ProgramArguments</key>
|
|
<array>
|
|
<string>/bin/sh</string>
|
|
<string>-c</string>
|
|
<string>. /Users/erikw/tmp/env.sh && /Users/erikw/tmp/exe.sh</string>
|
|
</array>
|
|
<key>RunAtLoad</key>
|
|
<true/>
|
|
<key>StartInterval</key>
|
|
<integer>10</integer>
|
|
</dict>
|
|
</plist>
|