diff options
Diffstat (limited to 'doc/examples/systemd-user/gpg-agent.service')
-rw-r--r-- | doc/examples/systemd-user/gpg-agent.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/examples/systemd-user/gpg-agent.service b/doc/examples/systemd-user/gpg-agent.service index 9ab922081..e88dc7f5f 100644 --- a/doc/examples/systemd-user/gpg-agent.service +++ b/doc/examples/systemd-user/gpg-agent.service @@ -8,3 +8,4 @@ RefuseManualStart=true [Service] ExecStart=/usr/bin/gpg-agent --supervised +ExecReload=/usr/bin/gpgconf --reload gpg-agent |