12 lines
237 B
Desktop File
12 lines
237 B
Desktop File
[Unit]
|
|
Description=Bind mount certain files over /vendor
|
|
After=android-mount.service
|
|
DefaultDependencies=no
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=true
|
|
ExecStart=/bin/sh /usr/bin/droid/bind_vendor.sh
|
|
|
|
[Install]
|
|
WantedBy=local-fs.target
|