12 lines
		
	
	
		
			218 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			218 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| # ~/.config/systemd/user/secretsd.service
 | |
| [Unit]
 | |
| Description=Secret Storage Service
 | |
| 
 | |
| [Service]
 | |
| Type=dbus
 | |
| BusName=org.freedesktop.secrets
 | |
| ExecStart=/usr/bin/env %h/.local/bin/secretsd
 | |
| 
 | |
| [Install]
 | |
| WantedBy=default.target
 |