summarylogtreecommitdiffstats
path: root/dev-binderfs.mount
diff options
context:
space:
mode:
Diffstat (limited to 'dev-binderfs.mount')
-rw-r--r--dev-binderfs.mount13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-binderfs.mount b/dev-binderfs.mount
new file mode 100644
index 000000000000..b112a9dc140b
--- /dev/null
+++ b/dev-binderfs.mount
@@ -0,0 +1,13 @@
+[Unit]
+Description=Android Binder File System
+ConditionPathExists=!/dev/binder
+Before=anbox-container-manager.service
+
+[Mount]
+Where=/dev/binderfs
+What=binder
+Type=binder
+Options=nofail
+
+[Install]
+WantedBy=anbox-container-manager.service