lxc-android/lib/systemd/system/android-mount.service
Bhushan Shah de18f8c98a Try to mount partition after udev is set up correctly
otherwise /dev/by-partlabel and foobar are not created when this service
tries to run, and hence container fails to start later on
2017-10-24 17:27:03 +05:30

11 lines
227 B
Desktop File

[Unit]
Description=mount android parts
After=system.mount systemd-udev-settle.service
Wants=systemd-udev-settle.service
[Service]
Type=oneshot
ExecStart=/usr/lib/lxc-android/mount-android
[Install]
RequiredBy=local-fs.target