diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-25 09:25:00 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-25 09:25:00 +0000 |
commit | beabbad99781714acd7bff0de8a16ac8ee242f15 (patch) | |
tree | 12e9a209cb810c48eb5f1e6a7d445a2ae08aa308 /community/salt/salt-minion.initd | |
parent | 05781bd4a08649a542f78afaeb2536ce4ce5fa27 (diff) | |
download | aports-beabbad99781714acd7bff0de8a16ac8ee242f15.tar.bz2 aports-beabbad99781714acd7bff0de8a16ac8ee242f15.tar.xz |
community/salt: upgrade to 2016.3.2, moved from testing
Diffstat (limited to 'community/salt/salt-minion.initd')
-rw-r--r-- | community/salt/salt-minion.initd | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/community/salt/salt-minion.initd b/community/salt/salt-minion.initd new file mode 100644 index 0000000000..9cfac01e38 --- /dev/null +++ b/community/salt/salt-minion.initd @@ -0,0 +1,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 +} |