blob: 1aeef9408ed2daacb3d680a48b2ce461905f66f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/bin/sh
dbus-daemon --fork --print-address=4 --config-file /usr/share/aptdaemon/tests/dbus.conf --print-pid=5 4>/tmp/bus-addr 5>/tmp/pid-bus
DBUS_SYSTEM_BUS_ADDRESS=`cat /tmp/bus-addr`
/usr/sbin/console-kit-daemon &
/usr/lib/accountsservice/accounts-daemon &
tests/test-service
|