aboutsummaryrefslogtreecommitdiffstats
path: root/community/greenbone-security-assistant/gsad.initd
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-08-19 10:01:53 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-08-19 11:24:37 +0000
commit6b5a28e2c37efc9a6753c306c3400da5d1d966b2 (patch)
tree0745dbbb59ff780cb12fe3af612e5014dc93d4eb /community/greenbone-security-assistant/gsad.initd
parent1ccb7c0c01a3eea05bbf0139b6e91a3c88cb2ed3 (diff)
downloadaports-6b5a28e2c37efc9a6753c306c3400da5d1d966b2.tar.bz2
aports-6b5a28e2c37efc9a6753c306c3400da5d1d966b2.tar.xz
community/greenbone-security-assistant: moved from testing
Diffstat (limited to 'community/greenbone-security-assistant/gsad.initd')
-rw-r--r--community/greenbone-security-assistant/gsad.initd16
1 files changed, 16 insertions, 0 deletions
diff --git a/community/greenbone-security-assistant/gsad.initd b/community/greenbone-security-assistant/gsad.initd
new file mode 100644
index 0000000000..9655c7bf7f
--- /dev/null
+++ b/community/greenbone-security-assistant/gsad.initd
@@ -0,0 +1,16 @@
+#!/sbin/openrc-run
+#Copyright 2016 Alpine Linux
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+command_args="${GSAD_LISTEN} ${MANAGER_LISTEN} ${MANAGER_PORT} ${GSAD_EXTRA_ARGS}"
+name="Greenbone Security Assistant (GSA)"
+command=/usr/bin/gsad
+
+pidfile="/run/gsad.pid"
+
+depend() {
+ after bootmisc
+ need net
+}
+