Grouping stuff

This commit is contained in:
2017-10-15 20:50:00 +02:00
parent b90cf92fb5
commit 832fa5ee30
30 changed files with 120 additions and 37 deletions

View File

@@ -0,0 +1,34 @@
<?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>org.autonomous.fixmounts</string>
<key>ProgramArguments</key>
<array>
<string>/Users/[[USERNAME]]/bin/fix_mounts.sh</string>
</array>
<key>Nice</key>
<integer>10</integer>
<key>StartInterval</key>
<integer>15</integer>
<key>ThrottleInterval</key>
<integer>15</integer>
<key>RunAtLoad</key>
<false/>
<key>ProcessType</key>
<string>Background</string>
<key>StandardErrorPath</key>
<string>/var/log/fixmounts.log</string>
<key>StandardOutPath</key>
<string>/var/log/fixmounts.log</string>
</dict>
</plist>