14 lines
		
	
	
		
			271 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			271 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=Initializes Pacman keyring
 | 
						|
Requires=etc-pacman.d-gnupg.mount
 | 
						|
After=etc-pacman.d-gnupg.mount
 | 
						|
 | 
						|
[Service]
 | 
						|
Type=oneshot
 | 
						|
RemainAfterExit=yes
 | 
						|
ExecStart=/usr/bin/pacman-key --init
 | 
						|
ExecStart=/usr/bin/pacman-key --populate
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target
 |