diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-04-10 01:30:14 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-04-10 01:30:14 +0200 |
commit | 0e456f978134100d2e0cc28c7205b3abefcc9cde (patch) | |
tree | b63684ac36702f88f7fd1ceeaad4021f5f30d04d /src/mount-setup.c | |
parent | bfe95f35bf87c91d63b9d62dde5f029dd38d27a4 (diff) |
path: optionally, create watched directories in .path units
Diffstat (limited to 'src/mount-setup.c')
-rw-r--r-- | src/mount-setup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mount-setup.c b/src/mount-setup.c index 85205832a9..663a72fdd7 100644 --- a/src/mount-setup.c +++ b/src/mount-setup.c @@ -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(); } |