summaryrefslogtreecommitdiff
path: root/INSTALL/cfengine-lts/cf-monitord.service
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL/cfengine-lts/cf-monitord.service')
-rw-r--r--INSTALL/cfengine-lts/cf-monitord.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/INSTALL/cfengine-lts/cf-monitord.service b/INSTALL/cfengine-lts/cf-monitord.service
new file mode 100644
index 0000000..b76135d
--- /dev/null
+++ b/INSTALL/cfengine-lts/cf-monitord.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=CFEngine Monitoring Daemon
+After=syslog.target
+
+[Service]
+ExecStart=/var/cfengine/bin/cf-monitord
+Type=forking
+PIDFile=/var/cfengine/cf-monitord.pid
+
+[Install]
+WantedBy=multi-user.target