Fix app-admin/puppet-agent service unit for mcollective
authorBen Roberts <ben@sihnon.net>
Fri, 30 Sep 2016 20:34:46 +0000 (21:34 +0100)
committerMatthew Thode <prometheanfire@gentoo.org>
Sat, 1 Oct 2016 20:37:22 +0000 (15:37 -0500)
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

app-admin/puppet-agent/files/mcollective.service

index 9e90c9e67280b0ca050a301d9b5b294622778760..9a6fdefb8ca8f3545cc16dc04e267b5ef43a443f 100644 (file)
@@ -6,7 +6,7 @@ After=network.target
 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