The mcollective.service unit uses a path in ExecStart that doesn't
exist. This commit updates the service unit to reference the path
actually included by the package.
Gentoo bug #595718
Type=forking
StandardOutput=syslog
StandardError=syslog
-ExecStart=/usr/sbin/bin/mcollectived --config=/etc/puppetlabs/mcollective/server.cfg --pidfile=/var/run/puppetlabs/mcollective.pid --daemonize
+ExecStart=/usr/sbin/mcollectived --config=/etc/puppetlabs/mcollective/server.cfg --pidfile=/var/run/puppetlabs/mcollective.pid --daemonize
ExecReload=/bin/kill -USR1 $MAINPID
PIDFile=/var/run/puppetlabs/mcollective.pid