lxc-android/lib/systemd/system/android-mount.service
2023-04-20 13:05:40 +01:00

12 lines
257 B
Desktop File

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