mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 13:51:00 +02:00
ospd-openvas: fix initd script
This commit is contained in:
parent
b0d76056e6
commit
c1a10bfbf2
1 changed files with 3 additions and 5 deletions
|
|
@ -5,17 +5,15 @@
|
|||
name="remotely control an OpenVAS Scanner"
|
||||
command="/usr/bin/ospd-openvas"
|
||||
|
||||
pidfile="/run/${RC_SVCNAME}.pid"
|
||||
|
||||
command_args="${OSPD_OPENVAS_OPTIONS} \
|
||||
${OSPD_OPENVAS_UNIX_SOCKET} \
|
||||
${OSPD_OPENVAS_SOCKET_MODE} \
|
||||
--pid-file ${pidfile} \
|
||||
--config /etc/openvas/ospd.conf"
|
||||
|
||||
pidfile="/run/ospd-openvas.pid"
|
||||
|
||||
command_background="true"
|
||||
|
||||
depend() {
|
||||
after bootmisc
|
||||
need localmount redis
|
||||
# net
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue