glusterfs/extras/init.d/glusterfs-server.plist.in

16 lines
535 B
Plaintext
Raw Normal View History

2009-02-18 15:06:07 +03:00
<?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>
2009-02-18 15:06:07 +03:00
<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>