otherwise /dev/by-partlabel and foobar are not created when this service tries to run, and hence container fails to start later on
11 lines
227 B
Desktop File
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
|