mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 05:56:58 +02:00
BUG=chromium-os:23229 TEST=ran this against a ToT alex img, image_to_usb, boots, installs, works Change-Id: Ia1e589a8b920332c1a247986e6bbc3cad17ed751 Reviewed-on: https://gerrit.chromium.org/gerrit/14650 Commit-Ready: Jim Hebert <jimhebert@chromium.org> Tested-by: Jim Hebert <jimhebert@chromium.org> Reviewed-by: Kees Cook <keescook@chromium.org> Reviewed-by: Chris Sosa <sosa@chromium.org>
13 lines
377 B
Plaintext
13 lines
377 B
Plaintext
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
# Drop this in as dbus.conf after renaming the normal dbus.conf to
|
|
# "realdbus.conf". That will ensure this attaches to dbus first.
|
|
|
|
start on started realdbus
|
|
|
|
respawn
|
|
|
|
exec dbus-spy -w /var/log/dbusspy.log
|