summarylogtreecommitdiffstats
path: root/mcollective.service
blob: 6fcb1684ae6d614afd247cb71c1d02bb052e2ddf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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