diff options
Diffstat (limited to 'community/salt/salt-master.initd')
-rw-r--r-- | community/salt/salt-master.initd | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/community/salt/salt-master.initd b/community/salt/salt-master.initd new file mode 100644 index 0000000000..f224f55bca --- /dev/null +++ b/community/salt/salt-master.initd @@ -0,0 +1,14 @@ +#!/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/master-initd-1,v 1.1 2012/04/24 23:37:27 chutzpah Exp $ + +command="/usr/bin/salt-master" +command_args="--daemon ${SALT_OPTS}" +pidfile="/var/run/salt-master.pid" +name="SALT master daemon" + +depend() { + use net +} + |