mirror of
				https://git.proxmox.com/git/systemd
				synced 2025-10-31 14:02:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			255 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			255 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #autoload
 | |
| # SPDX-License-Identifier: LGPL-2.1+
 | |
| 
 | |
| _sd_unit_files() {
 | |
|     local files expl
 | |
|     files=( '*:files:->files' )
 | |
| 
 | |
|     _description files expl 'unit file'
 | |
|     _files "$expl[@]" -g '*.(automount|device|mount|path|service|socket|swap|target|timer)'
 | |
| }
 | 
