File: glusterfs-server.plist.in

package info (click to toggle)
glusterfs 3.0.5-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 10,188 kB
  • ctags: 10,263
  • sloc: ansic: 126,592; sh: 10,769; makefile: 530; python: 498; yacc: 497; lisp: 124; lex: 74
file content (15 lines) | stat: -rw-r--r-- 535 bytes parent folder | download
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.gluster.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>