summaryrefslogtreecommitdiff
path: root/INSTALL/cfengine/cf-monitord.service
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL/cfengine/cf-monitord.service')
-rw-r--r--INSTALL/cfengine/cf-monitord.service25
1 files changed, 25 insertions, 0 deletions
diff --git a/INSTALL/cfengine/cf-monitord.service b/INSTALL/cfengine/cf-monitord.service
new file mode 100644
index 0000000..53d1136
--- /dev/null
+++ b/INSTALL/cfengine/cf-monitord.service
@@ -0,0 +1,25 @@
+[Unit]
+Description=CFEngine Monitoring Daemon
+Documentation=man:cf-monitord https://docs.cfengine.com/latest/reference-components-cf-monitord.html
+
+After=network.target
+
+# The following ensures that the service is activated only if we have a
+# promises.cf in place.
+ConditionPathExists=/var/cfengine/inputs/promises.cf
+
+# The following allows stopping/restarting of this service when
+# cfengine3.serice is stopped/restarted
+PartOf=cfengine3.service
+
+[Install]
+# The following ensures that the symlink to this unit is created in the
+# cfengine3.service.requires/ directory when this unit is enabled
+# with "systemctl enable" command, and removed with "systemctl disable"
+RequiredBy=cfengine3.service
+
+
+[Service]
+ExecStart=/var/cfengine/bin/cf-monitord
+Type=forking
+PIDFile=/var/cfengine/cf-monitord.pid