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

lynis.timer « systemd « extras - github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e04908340d91cd67939c4c1eeda9d25466e263b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#################################################################################
#
# Lynis timer file for systemd
#
#################################################################################
#
# - Place this file together with the service file in systemd directory
# - Run: systemctl enable lynis.timer
#        systemctl start lynis.service
#
#################################################################################

[Unit]
Description=Daily run for Lynis security audit and vulnerability scan

[Timer]
OnCalendar=daily
Persistent=false

[Install]
WantedBy=timers.target

#EOF