Fix gpg-agent service

This commit is contained in:
2024-04-25 16:55:12 +02:00
parent aba24190db
commit 27b46020e3

View File

@@ -5,7 +5,7 @@ ConditionPathExists=%t/features/gpg_agent
[Service]
Type=forking
ExecStart=/usr/bin/env gpg-agent --no-detach --daemon
ExecStart=/usr/bin/env gpg-agent --daemon
PassEnvironment=DISPLAY GNUPGHOME
Restart=always