chiark / gitweb /
console: rework automatic getty on kernel console logic again
[elogind.git] / src / automount.c
index f81d5a2c7f41b205e7247f6c5ef1ec9dfdcbea0b..b32e0027c1f34152ef4f1956a6ad232081151e9c 100644 (file)
@@ -1,4 +1,4 @@
-/*-*- Mode: C; c-basic-offset: 8 -*-*/
+/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
 
 /***
   This file is part of systemd.
@@ -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