From: Ben Roberts Date: Fri, 30 Sep 2016 20:34:46 +0000 (+0100) Subject: Fix app-admin/puppet-agent service unit for mcollective X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=cf03fa84d63b4084db28ff839ba82da035c5dc7c;p=gentoo.git Fix app-admin/puppet-agent service unit for mcollective 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 --- diff --git a/app-admin/puppet-agent/files/mcollective.service b/app-admin/puppet-agent/files/mcollective.service index 9e90c9e67280..9a6fdefb8ca8 100644 --- a/app-admin/puppet-agent/files/mcollective.service +++ b/app-admin/puppet-agent/files/mcollective.service @@ -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