box-setup needs to run after mounting to prevent race in script

This commit is contained in:
girish@cloudron.io
2016-01-22 14:21:36 -08:00
parent e28e1b239f
commit a246b3e90c
+1 -1
View File
@@ -268,7 +268,7 @@ echo "==== Install box-setup systemd script ===="
cat > /etc/systemd/system/box-setup.service <<EOF
[Unit]
Description=Box Setup
Before=docker.service
Before=docker.service umount.target
After=do-resize.service
[Service]