chiark / gitweb /
automount: implement automount unit type
[elogind.git] / load-fragment.c
index 89365817992aa1bf2de0113e9696c687142a44ac..f79af635b8db2e751784d1c81d7f1a58f5407ce8 100644 (file)
@@ -1211,6 +1211,8 @@ static int load_from_path(Unit *u, const char *path) {
                 { "KillMode",               config_parse_kill_mode,       &u->mount.kill_mode,                             "Mount"   },
                 EXEC_CONTEXT_CONFIG_ITEMS(u->mount.exec_context, "Mount"),
 
+                { "Where",                  config_parse_path,            &u->automount.where,                             "Automount" },
+
                 { NULL, NULL, NULL, NULL }
         };