summaryrefslogtreecommitdiffstats
path: root/daemons
diff options
context:
space:
mode:
authorPetr Spacek <pspacek@redhat.com>2016-11-21 12:20:08 +0100
committerMartin Basti <mbasti@redhat.com>2016-11-21 17:24:58 +0100
commit5862eaa1a0e3fbced79d6c209016c1138e692888 (patch)
tree954c5f07329b98bd6b872ba2236965ea19586ec5 /daemons
parent2793cdc8593c40d8318ec3685408ade6bf9a5320 (diff)
downloadfreeipa-5862eaa1a0e3fbced79d6c209016c1138e692888.tar.gz
freeipa-5862eaa1a0e3fbced79d6c209016c1138e692888.tar.xz
freeipa-5862eaa1a0e3fbced79d6c209016c1138e692888.zip
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 <mbasti@redhat.com>
Diffstat (limited to 'daemons')
-rw-r--r--daemons/dnssec/ipa-ods-exporter.socket.in2
1 files changed, 1 insertions, 1 deletions
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