c0cfeade0e7548bad47ae4c2df9252e2357c2c09
[gentoo.git] / app-admin / salt / files / master-initd-3
1 #!/sbin/openrc-run
2 # Copyright 1999-2014 Gentoo Foundation
3 # Distributed under the terms of the GNU General Public License v2
4 # $Id$
5
6 command="/usr/bin/salt-master"
7 command_args="${SALT_OPTS}"
8 command_background="1"
9 pidfile="/var/run/salt-master.pid"
10 name="SALT master daemon"
11
12 depend() {
13         use net logger
14 }