mirror of
				https://github.com/Wind4/vlmcsd.git
				synced 2025-11-04 16:33:23 +08:00 
			
		
		
		
	
		
			
	
	
		
			12 lines
		
	
	
		
			172 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
		
			172 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
| 
								 | 
							
								[Unit]
							 | 
						||
| 
								 | 
							
								Description=Vlmcsd (KMS Emulator in C)
							 | 
						||
| 
								 | 
							
								After=network.target
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								[Service]
							 | 
						||
| 
								 | 
							
								Type=simple
							 | 
						||
| 
								 | 
							
								User=nobody
							 | 
						||
| 
								 | 
							
								ExecStart=/usr/bin/vlmcsd -D -e
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								[Install]
							 | 
						||
| 
								 | 
							
								WantedBy=multi-user.target
							 |