summarylogtreecommitdiffstats
path: root/maldet-update-signatures.service
blob: 95ba06fd2b91a9a13c88fd404a2de0a27052f178 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Linux Malware Detect signature update service - maldet
After=network-online.target

[Service]
Type=oneshot
ExecStart=/usr/bin/maldet --update-sigs

[Install]
WantedBy=multi-user.target