summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/kea
diff options
context:
space:
mode:
authorThomas Wolber <twolber.bruker@gmail.com>2023-10-19 16:57:17 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-10-23 10:45:26 +0100
commit24ee9ea30d1fdee8801bab521db227708f5600e2 (patch)
tree2a45ced58174a26abf56793a9c8145a9803aed13 /meta/recipes-connectivity/kea
parentdfa541ee4ffab5c43ac4b3f23552b7f9db5cb362 (diff)
downloadopenembedded-core-24ee9ea30d1fdee8801bab521db227708f5600e2.tar.gz
kea: drop unused directory
the usage of /var/kea was dropped in the 1.6 release (see https://gitlab.isc.org/isc-projects/kea/-/issues/538 ). Creating the directory fails on systems with read-only rootfs. Signed-off-by: Thomas Wolber <Thomas.Wolber@bruker.com> Signed-off-by: Vyacheslav Yurkov <vyacheslav.yurkov@bruker.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'meta/recipes-connectivity/kea')
-rw-r--r--meta/recipes-connectivity/kea/files/kea-dhcp-ddns.service1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/kea/files/kea-dhcp-ddns.service b/meta/recipes-connectivity/kea/files/kea-dhcp-ddns.service
index 91aa2eb14f..f6059d73cb 100644
--- a/meta/recipes-connectivity/kea/files/kea-dhcp-ddns.service
+++ b/meta/recipes-connectivity/kea/files/kea-dhcp-ddns.service
@@ -6,7 +6,6 @@ After=time-sync.target
[Service]
ExecStartPre=@BASE_BINDIR@/mkdir -p @LOCALSTATEDIR@/run/kea/
-ExecStartPre=@BASE_BINDIR@/mkdir -p @LOCALSTATEDIR@/kea
ExecStart=@SBINDIR@/kea-dhcp-ddns -c @SYSCONFDIR@/kea/kea-dhcp-ddns.conf
[Install]