summaryrefslogtreecommitdiff
blob: 3cb7c637163cfcf7bdee39cb940285befe59f0fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/sbin/runscript
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

description="Gluster elastic volume management daemon"
command="/usr/sbin/glusterd"
pidfile="/var/run/${SVCNAME}.pid"
command_args="-N"

command_background="yes"

depend() {
	need net
	before netmount
}