lxc-android/lib/systemd/system/android-mount.service
2023-06-12 12:41:52 +01:00

11 lines
222 B
Desktop File

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