X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=device.c;h=520cbdb2c218cf05882ab554af4844c11a773a39;hb=185986c61d4f84efcc02cc5766c77e876654a0a9;hp=a65d41726badc4c80e31df7cacc156fca5943975;hpb=701cc384c283206a29b21e4e7302e5cf5f2d9433;p=elogind.git diff --git a/device.c b/device.c index a65d41726..520cbdb2c 100644 --- a/device.c +++ b/device.c @@ -433,6 +433,7 @@ const UnitVTable device_vtable = { .no_requires = true, .no_instances = true, .no_snapshots = true, + .no_isolate = true, .load = unit_load_fragment_and_dropin_optional, .done = device_done,