blob: 9655c7bf7f9897a9b92479f4d5c5b43640d0d5b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
}
|