Files
dotfiles/autostart/services/gpg-agent.service

12 lines
229 B
Desktop File

[Unit]
BindsTo=autostart.target
After=windowmanager.target
ConditionPathExists=%t/features/gpg_agent
[Service]
Type=forking
ExecStart=/usr/bin/env gpg-agent --no-detach --daemon
PassEnvironment=DISPLAY GNUPGHOME
Restart=always