2020-12-20 20:36:27 +01:00
|
|
|
[Unit]
|
|
|
|
|
BindsTo=autostart.target
|
2020-12-21 17:57:18 +01:00
|
|
|
After=windowmanager.target
|
2024-04-14 02:09:29 +02:00
|
|
|
ConditionPathExists=%t/features/gpg_agent
|
2020-12-20 20:36:27 +01:00
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
|
Type=forking
|
2024-04-14 01:31:55 +02:00
|
|
|
ExecStart=/usr/bin/env gpg-agent --no-detach --daemon
|
|
|
|
|
PassEnvironment=DISPLAY GNUPGHOME
|
|
|
|
|
|
2021-10-29 17:44:58 +02:00
|
|
|
Restart=always
|