summarylogtreecommitdiffstats
path: root/maldet-update-signatures.service
diff options
context:
space:
mode:
authorAlphaJack2023-04-16 11:26:47 +0200
committerAlphaJack2023-04-16 11:26:49 +0200
commitbaddf9ab507c6e16c7dc335da3cdfd318f0274a7 (patch)
tree17f71ce048908143ec01201b21007ab8596f0281 /maldet-update-signatures.service
parent65adf0f1aff6dc7eb29b9f0f63a033d9389a68af (diff)
downloadaur-baddf9ab507c6e16c7dc335da3cdfd318f0274a7.tar.gz
Updated maldet to 1.6.5, added systemd units to update signatures
Diffstat (limited to 'maldet-update-signatures.service')
-rw-r--r--maldet-update-signatures.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/maldet-update-signatures.service b/maldet-update-signatures.service
new file mode 100644
index 000000000000..95ba06fd2b91
--- /dev/null
+++ b/maldet-update-signatures.service
@@ -0,0 +1,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