diff options
Diffstat (limited to 'device.c')
-rw-r--r-- | device.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, |