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
diff options
context:
space:
mode:
Diffstat (limited to 'extras/systemd/lynis.service')
-rw-r--r--extras/systemd/lynis.service14
1 files changed, 10 insertions, 4 deletions
diff --git a/extras/systemd/lynis.service b/extras/systemd/lynis.service
index c49fdf12..21432c22 100644
--- a/extras/systemd/lynis.service
+++ b/extras/systemd/lynis.service
@@ -5,14 +5,17 @@
#################################################################################
#
# - Adjust path to link to location where Lynis binary is installed
-# - Place this file and the timer file together in the systemd directory
-# (e.g. /etc/systemd/system/)
-# - Run: systemctl enable lynis.service
+#
+# - Place this file together with the lynis.timer file in the related
+# systemd directory (e.g. /etc/systemd/system/)
+#
+# - See details in lynis.timer file
#
#################################################################################
[Unit]
-Description=Lynis security audit and vulnerability scan
+Description=Security audit and vulnerability scanner
+Documentation=https://cisofy.com/docs/
[Service]
Nice=19
@@ -21,4 +24,7 @@ IOSchedulingPriority=7
Type=simple
ExecStart=/path/to/lynis audit system --cronjob
+[Install]
+WantedBy=multi-user.target
+
#EOF