Hello- How is a user supposed to disable DefaultDependencies on a scope? From the docs it seems like it should work:
"Unless DefaultDependencies=false is used, scope units will implicitly have dependencies of type Conflicts= and Before= on shutdown.target." But, in practice: systemd-run --scope --property="DefaultDependencies=false" /usr/bin/sleep 50000 Unknown assignment DefaultDependencies=false. Failed to create message: Invalid argument The root problem I am trying to fix is that it seems the docker daemon uses DefaulDependencies for all of its scopes which means that the containers get killed by systemd before the docker daemon is notified to shutdown. AFAICS, this would need to be added here: http://cgit.freedesktop.org/systemd/systemd/tree/src/libsystemd/sd-bus/bus-util.c#n1319 Thanks, Brandon _______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel