Skip to content

Commit

Permalink
Merge pull request #12 from DieterReuter/fix-service-device-init
Browse files Browse the repository at this point in the history
Enable service device-init at boot
  • Loading branch information
DieterReuter authored Oct 7, 2017
2 parents c95bcc7 + 1536ecd commit 82e0453
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions builder/chroot-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,9 @@ apt-get install -y \
curl -sSL "https://github.com/hypriot/device-init/releases/download/v$DEVICE_INIT_VERSION/device-init_linux_arm" \
> /usr/local/bin/device-init
chmod +x /usr/local/bin/device-init
curl -sSL https://github.com/hypriot/device-init/raw/master/package/etc/systemd/system/device-init.service > /etc/systemd/system/device-init.service
chmod +x /etc/systemd/system/device-init.service
systemctl enable device-init.service

# install Docker Machine directly from GitHub releases
curl -sSL "https://github.com/docker/machine/releases/download/v$DOCKER_MACHINE_VERSION/docker-machine-Linux-aarch64" \
Expand Down

0 comments on commit 82e0453

Please sign in to comment.