9 lines
331 B
Desktop File
9 lines
331 B
Desktop File
[Unit]
|
|
Description=trezor-gpg-agent
|
|
Requires=trezor-gpg-agent.socket
|
|
|
|
[Service]
|
|
Type=simple
|
|
Environment="GNUPGHOME=%h/.gnupg/trezor"
|
|
Environment="PATH=/bin:/usr/bin:/usr/local/bin:%h/.local/bin"
|
|
ExecStart=%h/.local/bin/trezor-gpg-agent --pin-entry-binary=/usr/bin/pinentry-gnome3 --passphrase-entry-binary=/usr/bin/pinentry-gnome3
|