From cf03fa84d63b4084db28ff839ba82da035c5dc7c Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Fri, 30 Sep 2016 21:34:46 +0100 Subject: 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 --- app-admin/puppet-agent/files/mcollective.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-admin/puppet-agent') 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 -- cgit v1.2.3-65-gdbad