1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-11 16:32:59 +00:00

relax machine-id check for now (#336)

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels
2020-02-07 16:03:05 +01:00
committed by GitHub
parent 736943c860
commit 5f10e982a6
3 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -48,9 +48,9 @@ echo "Ensure config ownership"
chown -R www-data:www-data /run/sessions
# services need to be aware of the machine-id
dockerize \
-wait file:///etc/machine-id \
-wait file:///var/lib/dbus/machine-id
#dockerize \
# -wait file:///etc/machine-id \
# -wait file:///var/lib/dbus/machine-id
touch /var/log/kdav/kdav.log
chown www-data:www-data /var/log/kdav/kdav.log