summarylogtreecommitdiffstats
path: root/nsca.service
diff options
context:
space:
mode:
Diffstat (limited to 'nsca.service')
-rw-r--r--nsca.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/nsca.service b/nsca.service
new file mode 100644
index 000000000000..2e92a264ac2e
--- /dev/null
+++ b/nsca.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Daemon to accept passive Nagios data from remote hosts
+After=network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/nsca -c /etc/nsca/nsca.cfg --daemon
+
+[Install]
+WantedBy=multi-user.target