chiark / gitweb /
snapshot: implement snapshot unit logic
[elogind.git] / device.c
index f906fd50021dedc822b224bc88a7784167046de5..a9b003c66484c4871b7621c2e06e8f2f047f4472 100644 (file)
--- a/device.c
+++ b/device.c
@@ -451,6 +451,7 @@ const UnitVTable device_vtable = {
 
         .no_requires = true,
         .no_instances = true,
+        .no_snapshots = true,
 
         .init = device_init,
         .load = unit_load_fragment_and_dropin_optional,