source: box/trunk/contrib/mac_osx/org.boxbackup.bbstored.plist.in @ 3035

Revision 3035, 588 bytes checked in by chris, 7 months ago (diff)

Fix double </array> in bbstored plist.

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5        <key>Label</key>
6        <string>org.boxbackup.bbstored</string>
7        <key>OnDemand</key>
8        <false/>
9        <key>RunAtLoad</key>
10        <true/>
11        <key>ProgramArguments</key>
12        <array>
13                <string>@prefix@/sbin/bbstored</string>
14                <string>-F</string>
15                <string>@prefix@/etc/boxbackup/bbackupd.conf</string>
16        </array>
17        <key>LowPriorityIO</key>
18        <true/>
19        <key>Nice</key>
20        <integer>1</integer>
21</dict>
22</plist>
Note: See TracBrowser for help on using the repository browser.