From 5862eaa1a0e3fbced79d6c209016c1138e692888 Mon Sep 17 00:00:00 2001 From: Petr Spacek Date: Mon, 21 Nov 2016 12:20:08 +0100 Subject: Build: fix path in ipa-ods-exporter.socket unit file This fixes regression caused by incorrect daemons/dnssec/ipa-ods-exporter.socket.in path template introduced in commit 312e780041fc9025ca3c189e6c9fcb54c7340714. https://fedorahosted.org/freeipa/ticket/6495 Reviewed-By: Martin Basti --- daemons/dnssec/ipa-ods-exporter.socket.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemons/dnssec/ipa-ods-exporter.socket.in b/daemons/dnssec/ipa-ods-exporter.socket.in index ffc699407..ec58da97f 100644 --- a/daemons/dnssec/ipa-ods-exporter.socket.in +++ b/daemons/dnssec/ipa-ods-exporter.socket.in @@ -1,5 +1,5 @@ [Socket] -ListenStream=@localstatedir@/opendnssec/engine.sock +ListenStream=@localstatedir@/run/opendnssec/engine.sock [Install] WantedBy=sockets.target -- cgit