chiark / gitweb /
systemctl: implement delete command
[elogind.git] / src / load-fragment.c
index 43a4027c32839560ea9850d70c4c141a928f9c49..49b577fb2f51d1b894864ca9ba829c2b66dd87df 100644 (file)
@@ -1566,6 +1566,7 @@ static int load_from_path(Unit *u, const char *path) {
                 EXEC_CONTEXT_CONFIG_ITEMS(u->mount.exec_context, "Mount"),
 
                 { "Where",                  config_parse_path,            &u->automount.where,                             "Automount" },
+                { "DirectoryMode",          config_parse_mode,            &u->automount.directory_mode,                    "Automount" },
 
                 { "What",                   config_parse_path,            &u->swap.parameters_fragment.what,               "Swap"    },
                 { "Priority",               config_parse_int,             &u->swap.parameters_fragment.priority,           "Swap"    },