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: 169b3c17b958f1f6acf729e837f57409f70b93e9 (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