mirror of
https://abf.rosa.ru/djam/rkhunter.git
synced 2025-02-24 14:22:52 +00:00
3 lines
187 B
Bash
3 lines
187 B
Bash
#!/bin/sh
|
|
# rkhunter cron task
|
|
/usr/sbin/rkhunter --update --rwo --tmpdir /var/lib/rkhunter/tmp --dbdir /var/lib/rkhunter/db --cronjob --logfile /var/log/rkhunter-cronjob.log --appendlog
|