Fix a typo in systemd unit example

This commit is contained in:
Roman Zeyde
2020-07-04 11:11:59 +03:00
parent 4c3c5a7c53
commit 4d9d6c0741

View File

@@ -213,7 +213,7 @@ Description=trezor-gpg-agent
Requires=trezor-gpg-agent.socket Requires=trezor-gpg-agent.socket
[Service] [Service]
Type=Simple Type=simple
Environment="GNUPGHOME=%h/.gnupg/trezor" Environment="GNUPGHOME=%h/.gnupg/trezor"
Environment="PATH=/bin:/usr/bin:/usr/local/bin:%h/.local/bin" Environment="PATH=/bin:/usr/bin:/usr/local/bin:%h/.local/bin"
ExecStart=/usr/bin/trezor-gpg-agent -vv ExecStart=/usr/bin/trezor-gpg-agent -vv