mirror of
				https://git.proxmox.com/git/systemd
				synced 2025-11-04 02:43:52 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			263 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			263 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
#autoload
 | 
						|
# SPDX-License-Identifier: LGPL-2.1-or-later
 | 
						|
 | 
						|
_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)'
 | 
						|
}
 |