Update version according to OSCI-883
[packages/precise/mcollective.git] / ext / redhat / mcollective.service
1 [Unit]
2 Description=The Marionette Collective
3 After=network.target
4
5 [Service]
6 Type=forking
7 StandardOutput=syslog
8 StandardError=syslog
9 ExecStart=/usr/sbin/mcollectived --config=/etc/mcollective/server.cfg --pidfile=/var/run/mcollective.pid
10 ExecReload=/bin/kill -USR1 $MAINPID
11 PIDFile=/var/run/mcollective.pid
12
13 [Install]
14 WantedBy=multi-user.target