aboutsummaryrefslogtreecommitdiff
path: root/contrib/start-scripts/StartupParameters.plist.darwin
blob: 6c788d0dda77ff74aead742d9b2cfc928cd09d5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>Description</key>
    <string>PostgreSQL Database Server</string>
    <key>Messages</key>
    <dict>
        <key>start</key>
        <string>Starting PostgreSQL database server</string>
        <key>stop</key>
        <string>Stopping PostgreSQL database server</string>
        <key>restart</key>
        <string>Restarting PostgreSQL database server</string>
    </dict>
    <key>OrderPreference</key>
    <string>Late</string>
    <key>Provides</key>
    <array>
        <string>PostgreSQL</string>
    </array>
    <key>Requires</key>
    <array>
        <string>Disks</string>
        <string>Resolver</string>
    </array>
    <key>Uses</key>
    <array>
        <string>NFS</string>
        <string>NetworkTime</string>
    </array>
</dict>
</plist>