summarylogtreecommitdiffstats
path: root/cf-serverd.service
diff options
context:
space:
mode:
Diffstat (limited to 'cf-serverd.service')
-rw-r--r--cf-serverd.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/cf-serverd.service b/cf-serverd.service
new file mode 100644
index 000000000000..14f6014235bc
--- /dev/null
+++ b/cf-serverd.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=CFEngine Server Daemon
+After=syslog.target
+
+[Service]
+ExecStart=/usr/bin/cf-serverd
+Type=forking
+PIDFile=/srv/cfengine/cf-serverd.pid
+
+[Install]
+WantedBy=multi-user.target