diff options
Diffstat (limited to 'src/automount.c')
-rw-r--r-- | src/automount.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/automount.c b/src/automount.c index d5da497c8e..b32e0027c1 100644 --- a/src/automount.c +++ b/src/automount.c @@ -843,6 +843,7 @@ const UnitVTable automount_vtable = { .reset_maintenance = automount_reset_maintenance, + .bus_interface = "org.freedesktop.systemd1.Automount", .bus_message_handler = bus_automount_message_handler, .shutdown = automount_shutdown |