summaryrefslogtreecommitdiffstats
path: root/recipes-support/udisks/files/automount.service
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-support/udisks/files/automount.service')
-rw-r--r--recipes-support/udisks/files/automount.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes-support/udisks/files/automount.service b/recipes-support/udisks/files/automount.service
new file mode 100644
index 00000000..479452f7
--- /dev/null
+++ b/recipes-support/udisks/files/automount.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Automount Disk Manager
+After=udisk.service
+
+[Service]
+ExecStart=/usr/libexec/automount.sh
+
+[Install]
+WantedBy=default.target