From 7053ace4ae5b3e2129e5a8ffe482420bfc14f894 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Fri, 24 Feb 2017 09:57:34 +0100 Subject: 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. --- p11-kit/p11-kit-remote@.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'p11-kit/p11-kit-remote@.service.in') 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 -- cgit v1.1