11 lines
		
	
	
		
			213 B
		
	
	
	
		
			Desktop File
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			213 B
		
	
	
	
		
			Desktop File
		
	
	
		
			Executable File
		
	
	
	
	
[Unit]
 | 
						|
Description=Backend Zerver for RLuv app
 | 
						|
After=network.target
 | 
						|
 | 
						|
[Service]
 | 
						|
ExecStart=/home/mob/zerver/zig-out/bin/zerver --db_path /home/mob/zerver/data.db
 | 
						|
Restart=always
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target
 |