Skip to content

Commit

Permalink
Etc: Add launchd plist
Browse files Browse the repository at this point in the history
  • Loading branch information
3j14 committed Nov 10, 2024
1 parent 5715853 commit 6ba16ee
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions etc/de.3j14.bumgr.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?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>de.3j14.bumgr</string>
<!-- Also see: 'Background' or 'Interactive' -->
<key>ProcessType</key>
<string>Standard</string>
<key>ProgramArguments</key>
<array>
<string>/path/to/bumgr</string>
<string>backup</string>
<string>all</string>
</array>
<key>StandardErrorPath</key>
<string>/path/to/log</string>
<key>StandardOutPath</key>
<string>/path/to/log</string>
<key>RunAtLoad</key>
<true/>
<key>StartInterval</key>
<integer>3600</integer>
</dict>
</plist>

0 comments on commit 6ba16ee

Please sign in to comment.