![]() | ![]() | ![]() | Automatische Synchronisation mit einem NVT Feed Service |
openvas-update und
speichern Sie es, etwa im Verzeichnis /usr/local/bin:
#!/bin/sh temp=`tempfile` openvas-nvt-sync 2>&1> $temp if [ $? -ne 0 ] then cat $temp fi rm $temp if [ -f /var/lib/run/openvasd.pid ] then pid=`cat /var/lib/run/openvasd.pid` kill -1 $pid 2>/dev/null fi
crontab die folgende Zeile hinzu:
25 4 * * * root /usr/local/bin/openvas-update
![]() | ![]() | ![]() | Automatische Synchronisation mit einem NVT Feed Service |