chiark / gitweb /
core: allow transient mount units
[elogind.git] / src / core / mount.c
index a9798370711d607843b9b6488ce25def8c74e9dd..14ac0a060e5bd8ef33bc67b0157ae7629d3a8b45 100644 (file)
@@ -1819,6 +1819,8 @@ const UnitVTable mount_vtable = {
 
         .get_timeout = mount_get_timeout,
 
+        .can_transient = true,
+
         .enumerate = mount_enumerate,
         .shutdown = mount_shutdown,