chiark / gitweb /
Need to use #elif defined(DEBIAN) here...
[elogind.git] / src / snapshot.c
index 2c46837ca2a03c09d9e8e5358447aa9901598ecc..f58d46e91702aedfa0c04920131576da6580edea 100644 (file)
@@ -292,5 +292,6 @@ const UnitVTable snapshot_vtable = {
         .active_state = snapshot_active_state,
         .sub_state_to_string = snapshot_sub_state_to_string,
 
+        .bus_interface = "org.freedesktop.systemd1.Snapshot",
         .bus_message_handler = bus_snapshot_message_handler
 };