summaryrefslogtreecommitdiff
path: root/p11-kit/p11-kit-remote@.service.in
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@redhat.com>2017-02-24 09:57:34 +0100
committerDaiki Ueno <ueno@gnu.org>2017-02-27 17:12:05 +0100
commit7053ace4ae5b3e2129e5a8ffe482420bfc14f894 (patch)
tree476cf038821a4aec98c6d49b42b98bdb0ac75b4d /p11-kit/p11-kit-remote@.service.in
parent156b0c9249f6da54195d2a6a817ea92552e78bf8 (diff)
systemd: Fix location of p11-kit-remote
The p11-kit-remote executable is now located under $libexecdir, but we should use the p11-kit command to launch the subcommand.
Diffstat (limited to 'p11-kit/p11-kit-remote@.service.in')
-rw-r--r--p11-kit/p11-kit-remote@.service.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/p11-kit/p11-kit-remote@.service.in b/p11-kit/p11-kit-remote@.service.in
index dd6d332..f29196d 100644
--- a/p11-kit/p11-kit-remote@.service.in
+++ b/p11-kit/p11-kit-remote@.service.in
@@ -7,4 +7,4 @@ Requires=p11-kit-remote.socket
StandardInput=socket
StandardOutput=socket
StandardError=journal
-ExecStart=@libdir@/p11-kit/p11-kit-remote @libdir@/p11-kit-proxy.so
+ExecStart=@bindir@/p11-kit remote @libdir@/p11-kit-proxy.so