mirror of https://github.com/postgres/postgres
34 lines
947 B
XML
34 lines
947 B
XML
<?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>
|