Changeset 2490 for box/trunk/contrib


Ignore:
Timestamp:
31/03/2009 21:42:31 (3 years ago)
Author:
chris
Message:

OSX Plist file updates, thanks to Achim.

Location:
box/trunk/contrib/mac_osx
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/contrib/mac_osx/org.boxbackup.bbackupd.plist.in

    r2379 r2490  
    1010        <array> 
    1111                <string>@prefix@/sbin/bbackupd</string> 
     12                <string>-F</string> 
     13                <string>@prefix@/etc/boxbackup/bbackupd.conf</string> 
    1214        </array> 
     15        <key>LowPriorityIO</key> 
     16        <true/> 
     17        <key>Nice</key> 
     18        <integer>1</integer> 
    1319</dict> 
    1420</plist> 
  • box/trunk/contrib/mac_osx/org.boxbackup.bbstored.plist.in

    r2379 r2490  
    1010        <array> 
    1111                <string>@prefix@/sbin/bbstored</string> 
     12                <string>-F</string> 
     13                <string>@prefix@/etc/boxbackup/bbackupd.conf</string> 
    1214        </array> 
     15        </array> 
     16        <key>LowPriorityIO</key> 
     17        <true/> 
     18        <key>Nice</key> 
     19        <integer>1</integer> 
    1320</dict> 
    1421</plist> 
Note: See TracChangeset for help on using the changeset viewer.