Files
dotfiles/autostart/services/gpg-agent.service
2024-04-26 12:06:04 +02:00

12 lines
217 B
Desktop File

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