mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-02-01 21:13:38 +01:00
13 lines
391 B
Text
13 lines
391 B
Text
#!/sbin/openrc-run
|
|
# Copyright 1999-2014 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
name="Greenbone Security Assistant Daemon"
|
|
command="/usr/sbin/gsad"
|
|
command_args="${ASSISTANT_LISTEN} ${ASSISTANT_PORT} ${MANAGER_LISTEN} ${MANAGER_PORT} ${ASSISTANT_EXTRA_ARGS}"
|
|
pidfile="/run/gsad.pid"
|
|
|
|
depend() {
|
|
after bootmisc
|
|
need localmount net openvasmd
|
|
}
|