Lots of stuff. Working on refactoring
This commit is contained in:
34
NAS_mounts/org.autonomous.fixmounts.plist
Normal file
34
NAS_mounts/org.autonomous.fixmounts.plist
Normal 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>
|
||||
Reference in New Issue
Block a user