Merge pull request #3195 from davidovich/ensure_dev_mounted

ensure that /dev has settled before operating
pull/3132/merge
Thomas Strömberg 2018-10-03 21:36:55 -07:00 committed by GitHub
commit 9ce572222e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
[Unit]
Description=minikube automount
Requires=systemd-udev-settle.service
Before=docker.service rkt-api.service rkt-metadata.service
After=systemd-udev-settle.service
[Service]
ExecStart=/usr/sbin/minikube-automount