From: Silvio Rhatto Date: Sat, 8 Jun 2013 01:00:04 +0000 (-0300) Subject: Updating service pattern X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=1e4df528b6cf4a536cc19f5bba16a64031d1c015;p=puppet-bitcoind.git Updating service pattern --- diff --git a/manifests/init.pp b/manifests/init.pp index 768c3f2..3081978 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -71,7 +71,7 @@ class bitcoind( ensure => $ensure, hasrestart => true, hasstatus => false, - pattern => '/usr/lib/bitcoin/bitcoind', + pattern => '/usr/bin/bitcoind', require => [ Package['bitcoind'], File['/var/lib/bitcoin/.bitcoin/bitcoin.conf', '/etc/init.d/bitcoind'] ], } }