summarylogtreecommitdiffstats
path: root/openvas.service
diff options
context:
space:
mode:
Diffstat (limited to 'openvas.service')
-rw-r--r--openvas.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/openvas.service b/openvas.service
new file mode 100644
index 000000000000..0050ee1afdb9
--- /dev/null
+++ b/openvas.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Open Vulnerability Assessment System Scanner Daemon
+Documentation=http://www.openvas.org/
+After=redis.service
+Requires=redis.service
+
+[Service]
+ExecStart=/usr/bin/openvassd -f
+
+[Install]
+WantedBy=multi-user.target