summaryrefslogtreecommitdiff
path: root/src/core/automount.c
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-12-09 15:46:46 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-06-06 07:33:54 +0200
commitafb14803b34a9f4abf5265365aebe9a3132344c2 (patch)
tree0ffda5cdfc0e0b6875c2054d3ff236bab252cd7b /src/core/automount.c
parent308253c5a2b146fc18e3789725c092ac55b10ce7 (diff)
automount: implement transient automounts
Diffstat (limited to 'src/core/automount.c')
-rw-r--r--src/core/automount.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/automount.c b/src/core/automount.c
index 85803a9c4a..10ea4ee17d 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,