mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 16:31:40 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			131 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			131 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #!/sbin/runscript
 | |
| 
 | |
| depend() {
 | |
|   after cloud-config
 | |
|   provide cloud-final
 | |
| }
 | |
| 
 | |
| start() {
 | |
|   cloud-init modules --mode final
 | |
|   eend 0
 | |
| }
 |