chiark / gitweb /
tmpfiles: take names of tmpfiles configuration files on the command line
[elogind.git] / src / mount.c
index aae9d982ae2e478ebd565a8e2bb7e47305e5f7aa..d9f3da6c48e3c5d9621b31a3c338871192db431d 100644 (file)
@@ -372,6 +372,7 @@ static int mount_add_device_links(Mount *m) {
         }
 
         if (p->passno > 0 &&
+            !mount_is_bind(p) &&
             UNIT(m)->meta.manager->running_as == MANAGER_SYSTEM &&
             !path_equal(m->where, "/")) {
                 char *name;