From 0e252f6b375af59eac9bd6d2fe8dd6ee2f51998d Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Fri, 6 Jun 2014 15:10:20 +0200 Subject: core: allow transient mount units For now only What=, Options=, Type= are supported, and Where= is deduced from the unit name. --- src/core/mount.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/mount.c') diff --git a/src/core/mount.c b/src/core/mount.c index a979837071..14ac0a060e 100644 --- a/src/core/mount.c +++ b/src/core/mount.c @@ -1819,6 +1819,8 @@ const UnitVTable mount_vtable = { .get_timeout = mount_get_timeout, + .can_transient = true, + .enumerate = mount_enumerate, .shutdown = mount_shutdown, -- cgit v1.2.3-54-g00ecf