Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2019-07-12 14:25:29 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-07-12 14:25:29 +0300
commit7506fd4af8bc83d743cfc0894a814bdce4c07cc1 (patch)
treeaa3bc55eb48d40d60d6b25c39599645e4e075c8a /extras
parent585ddc391edd2cba77c0f829170b9b1a51e54640 (diff)
Adjusted text and use 'audit system' instead of deprecated -c option
Diffstat (limited to 'extras')
-rw-r--r--extras/systemd/lynis.service5
1 files changed, 3 insertions, 2 deletions
diff --git a/extras/systemd/lynis.service b/extras/systemd/lynis.service
index 7ecc36ad..c49fdf12 100644
--- a/extras/systemd/lynis.service
+++ b/extras/systemd/lynis.service
@@ -5,7 +5,8 @@
#################################################################################
#
# - 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
#
#################################################################################
@@ -18,6 +19,6 @@ Nice=19
IOSchedulingClass=best-effort
IOSchedulingPriority=7
Type=simple
-ExecStart=/path/to/lynis -c --cronjob
+ExecStart=/path/to/lynis audit system --cronjob
#EOF