chiark / gitweb /
path: optionally, create watched directories in .path units
[elogind.git] / src / mount-setup.c
index 85205832a988e41efa9e17f48c19348784bc8f93..663a72fdd7e9999952d266ee06e0d840638c75d9 100644 (file)
@@ -260,7 +260,6 @@ int mount_setup(void) {
 
         /* Create a few directories we always want around */
         mkdir("/run/systemd", 0755);
-        mkdir("/run/systemd/ask-password", 0755);
 
         return mount_cgroup_controllers();
 }