mirror of
				https://github.com/bumi/lntip
				synced 2025-11-04 05:30:23 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			435 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			435 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=LnMe your friendly lightning payment page
 | 
						|
Wants=lnd.service
 | 
						|
After=lnd.service
 | 
						|
 | 
						|
[Service]
 | 
						|
ExecStart=/home/bitcoin/lnme --address=localhost:10009 --cert=/home/bitcoin/.lnd/tls.cert --macaroon=/home/bumi/bitcoin/.lnd/data/chain/bitcoin/mainnet/invoice.macaroon
 | 
						|
 | 
						|
User=bitcoin
 | 
						|
Group=bitcoin
 | 
						|
Type=simple
 | 
						|
KillMode=process
 | 
						|
LimitNOFILE=128000
 | 
						|
TimeoutSec=240
 | 
						|
Restart=always
 | 
						|
RestartSec=60
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target
 |