From 1e4df528b6cf4a536cc19f5bba16a64031d1c015 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 7 Jun 2013 22:00:04 -0300 Subject: Updating service pattern --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') 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'] ], } } -- cgit v1.2.3