summarylogtreecommitdiffstats
path: root/ossec.service
diff options
context:
space:
mode:
authorLukáš Jirkovský2015-06-21 18:44:27 +0200
committerLukáš Jirkovský2015-06-21 18:44:27 +0200
commitea9d115ba4a83913082622bbc2ffeb8210ec0487 (patch)
tree6ce02fc96b58165edb5b967db176fa12d27fe699 /ossec.service
downloadaur-ea9d115ba4a83913082622bbc2ffeb8210ec0487.tar.gz
initial import
Diffstat (limited to 'ossec.service')
-rw-r--r--ossec.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/ossec.service b/ossec.service
new file mode 100644
index 000000000000..ceff8dfb70e6
--- /dev/null
+++ b/ossec.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=OSSEC Host-based Intrusion Detection System
+
+[Service]
+Type=forking
+ExecStart=/var/ossec/bin/ossec-control start
+ExecStop=/var/ossec/bin/ossec-control stop
+
+[Install]
+WantedBy=basic.target