aboutsummaryrefslogtreecommitdiffstats
path: root/community/salt/salt-minion.initd
blob: 9cfac01e38cdaa5cbf4bd629bba2ef4f6d2eec40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/sbin/openrc-run
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/salt/files/minion-initd-1,v 1.1 2012/04/24 23:37:27 chutzpah Exp $

command="/usr/bin/salt-minion"
command_args="--daemon ${SALT_OPTS}"
pidfile="/var/run/salt-minion.pid"
name="SALT minion daemon"

depend() {
	need net
}