summaryrefslogtreecommitdiffstats
path: root/extras/init.d/glusterfs-server.plist.in
blob: 4d2287c575961aba4a8081d003cc367aa8c0b0b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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>Label</key>
        <string>com.zresearch.glusterfs</string>
        <key>ProgramArguments</key>
        <array>
                <string>@prefix@/sbin/glusterfsd</string>
                <string>-N</string>
                <string>-f</string>
                <string>@prefix@/etc/glusterfs/server.vol</string>
        </array>
</dict>
</plist>