14 lines
		
	
	
		
			260 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			260 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=Install SGX kernel module
 | 
						|
DefaultDependencies=false
 | 
						|
ConditionVirtualization=microsoft
 | 
						|
 | 
						|
[Service]
 | 
						|
Type=oneshot
 | 
						|
RemainAfterExit=true
 | 
						|
ExecStart=/sbin/modprobe intel_sgx
 | 
						|
ExecStop=/sbin/modprobe -r intel_sgx
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target
 |