mirror of
				https://github.com/OwO-Network/DeepLX.git
				synced 2025-10-29 06:09:48 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			228 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			228 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=DeepLX Service
 | |
| After=network.target nss-lookup.target
 | |
| Wants=network.target
 | |
| 
 | |
| [Service]
 | |
| User=root
 | |
| Group=root
 | |
| Type=simple
 | |
| WorkingDirectory=/usr/bin/
 | |
| ExecStart=/usr/bin/deeplx
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target |