 c538d536c8
			
		
	
	
		c538d536c8
		
	
	
	
	
		
			
			This is part of fixing qvm-start. qmemman was moved with minimal touching, mainly module names. Moved function parsing human-readable sizes from core2. This function is wrong, because it treats k/M/G as 1024-based, but leave it for now.
		
			
				
	
	
		
			12 lines
		
	
	
		
			186 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			186 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=Qubes memory management daemon
 | |
| After=qubes-core.service
 | |
| 
 | |
| [Service]
 | |
| Type=notify
 | |
| ExecStart=/usr/bin/qmemmand
 | |
| StandardOutput=syslog
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 |