mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-25 23:05:01 +02:00
Adjusted text and use 'audit system' instead of deprecated -c option
This commit is contained in:
parent
585ddc391e
commit
7506fd4af8
@ -5,7 +5,8 @@
|
|||||||
#################################################################################
|
#################################################################################
|
||||||
#
|
#
|
||||||
# - Adjust path to link to location where Lynis binary is installed
|
# - Adjust path to link to location where Lynis binary is installed
|
||||||
# - Place this file together with the timer file in systemd directory
|
# - Place this file and the timer file together in the systemd directory
|
||||||
|
# (e.g. /etc/systemd/system/)
|
||||||
# - Run: systemctl enable lynis.service
|
# - Run: systemctl enable lynis.service
|
||||||
#
|
#
|
||||||
#################################################################################
|
#################################################################################
|
||||||
@ -18,6 +19,6 @@ Nice=19
|
|||||||
IOSchedulingClass=best-effort
|
IOSchedulingClass=best-effort
|
||||||
IOSchedulingPriority=7
|
IOSchedulingPriority=7
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=/path/to/lynis -c --cronjob
|
ExecStart=/path/to/lynis audit system --cronjob
|
||||||
|
|
||||||
#EOF
|
#EOF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user