mirror of
				https://github.com/0glabs/0g-chain.git
				synced 2025-10-31 19:07:32 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			224 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			224 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=Kava daemon
 | |
| After=network-online.target
 | |
| 
 | |
| [Service]
 | |
| 
 | |
| # Run as kava:kava
 | |
| User=kava
 | |
| ExecStart=/home/kava/go/bin/kvd start
 | |
| Restart=on-failure
 | |
| RestartSec=3
 | |
| LimitNOFILE=4096
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target | 
