Add walletdir flag to bitcoind service start
This commit is contained in:
		
							parent
							
								
									b0daa3d463
								
							
						
					
					
						commit
						23588760fa
					
				| @ -119,7 +119,7 @@ systemd_unit 'bitcoind.service' do | ||||
|     Service: { | ||||
|       User: bitcoin_user, | ||||
|       Type: 'simple', | ||||
|       ExecStart: "bitcoind -datadir=#{bitcoin_datadir} -pid=#{bitcoin_datadir}/bitcoind.pid", | ||||
|       ExecStart: "bitcoind -datadir=#{bitcoin_datadir} -walletdir=#{bitcoin_walletdir} -pid=#{bitcoin_datadir}/bitcoind.pid", | ||||
|       PIDFile: "#{bitcoin_datadir}/bitcoind.pid", | ||||
|       Restart: 'always', | ||||
|       PrivateTmp: true, | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user