summarylogtreecommitdiffstats
path: root/mcollective.service
diff options
context:
space:
mode:
authorTim Meusel2021-10-14 19:34:37 +0200
committerTim Meusel2021-10-14 19:34:37 +0200
commitf62440431d1964b28dfe98e47d5a1dc9f3106447 (patch)
treeee9b554b168470d3ff086bd78a7481b863cac201 /mcollective.service
downloadaur-mcollective.tar.gz
initial commit
Diffstat (limited to 'mcollective.service')
-rw-r--r--mcollective.service15
1 files changed, 15 insertions, 0 deletions
diff --git a/mcollective.service b/mcollective.service
new file mode 100644
index 000000000000..6fcb1684ae6d
--- /dev/null
+++ b/mcollective.service
@@ -0,0 +1,15 @@
+[Unit]
+Description=The Marionette Collective Daemon
+After=network.target
+
+[Service]
+Type=simple
+StandardOutput=syslog
+StandardError=syslog
+PIDFile=/run/puppetlabs/mcollective.pid
+ExecStart=/usr/bin/mcollectived --config=/etc/puppetlabs/mcollective/server.cfg --pidfile=/run/puppetlabs/mcollective.pid
+ExecReload=/usr/bin/kill -USR1 $MAINPID
+KillMode=process
+
+[Install]
+WantedBy=multi-user.target