systemd: drop machine UUID generation for unit file
authorLennart Poettering <lennart@poettering.net>
Thu, 2 Feb 2012 01:11:11 +0000 (02:11 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 7 Feb 2012 16:40:36 +0000 (16:40 +0000)
commit5a548fbf641bbd93d28009281c97e3e1aab1adad
tree13cf35d21d5c899436a81d083bd7653ef2617e13
parent3d29eaaf894722ca66867a323bba10d07bf9f619
systemd: drop machine UUID generation for unit file

To optimize startup a bit, drop machine UUID generation from the unit
file. Since a while D-Bus was already capable of making use of the
/etc/machine-id file, which is guaranteed to exist on systemd systems
(since the first released versions already), hence there's no need to
ever generate a D-Bus specific machine ID.

In times where userspace takes < 800ms to boot up getting rid of this
process optimizes boot time further.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=45520
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
bus/dbus.service.in