diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-08-04 16:16:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-04 16:16:04 +0200 |
commit | eb18df724ba541ac1c7fd5c77d9244fa6bc5cabf (patch) | |
tree | 8d04bf1b38265cc8c5da2b6ae5bfef0db4eb5360 /src/core/automount.c | |
parent | 07a1734a13a7c43cf4b86c10358cacc7051f6469 (diff) | |
parent | 96f5957f1f0d98584bb463d73616a6755e02624b (diff) |
Merge pull request #2471 from michaelolbrich/transient-mounts
allow transient mounts and automounts
Diffstat (limited to 'src/core/automount.c')
-rw-r--r-- | src/core/automount.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/automount.c b/src/core/automount.c index 4e9891569c..20a73c76f9 100644 --- a/src/core/automount.c +++ b/src/core/automount.c @@ -1105,6 +1105,9 @@ const UnitVTable automount_vtable = { .reset_failed = automount_reset_failed, .bus_vtable = bus_automount_vtable, + .bus_set_property = bus_automount_set_property, + + .can_transient = true, .shutdown = automount_shutdown, .supported = automount_supported, |