12 lines
		
	
	
		
			234 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			234 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=Load cloud-config from %f
 | |
| Requires=dbus.service
 | |
| After=dbus.service
 | |
| Before=system-config.target
 | |
| ConditionFileNotEmpty=%f
 | |
| 
 | |
| [Service]
 | |
| Type=oneshot
 | |
| RemainAfterExit=yes
 | |
| ExecStart=/usr/bin/coreos-cloudinit --from-file=%f
 |