summaryrefslogtreecommitdiff
path: root/load-fragment.c
diff options
context:
space:
mode:
Diffstat (limited to 'load-fragment.c')
-rw-r--r--load-fragment.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/load-fragment.c b/load-fragment.c
index 8936581799..f79af635b8 100644
--- a/load-fragment.c
+++ b/load-fragment.c
@@ -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 }
};