Skip to content

Commit

Permalink
relax machine-id check for now (zokradonh#336)
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Bartels <[email protected]>
  • Loading branch information
fbartels authored Feb 7, 2020
1 parent 736943c commit 5f10e98
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions kdav/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions webapp/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ echo "Ensure config ownership"
chown -R www-data:www-data /run/sessions /tmp/webapp /var/lib/kopano-webapp/tmp

# 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

set +u
# cleaning up env variables
Expand Down
6 changes: 3 additions & 3 deletions zpush/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,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

echo "Activate z-push log rerouting"
mkdir -p /var/log/z-push/
Expand Down

0 comments on commit 5f10e98

Please sign in to comment.