On Tue, May 29, 2012 at 12:52 PM, Colin Guthrie <gm...@colin.guthr.ie> wrote: > 'Twas brillig, and Kok, Auke-jan H at 27/05/12 08:05 did gyre and gimble: >> $ cat /usr/lib/systemd/user/dbus.service >> [Unit] >> Description=D-Bus System Message Bus >> Requires=dbus.socket >> >> [Service] >> ExecStartPre=/usr/bin/dbus-uuidgen --ensure >> ExecStartPre=-/bin/rm -f /var/run/messagebus.pid >> ExecStart=/usr/bin/dbus-daemon --session --address=systemd: --nofork >> --systemd-activation >> ExecReload=/usr/bin/dbus-send --print-reply --session >> --type=method_call --dest=org.freedesktop.DBus / >> org.freedesktop.DBus.ReloadConfig >> OOMScoreAdjust=-900 > > > Just a random observation from an uneducated user... but does the two > ExecStartPre's really belong here for a user session? Those commands > look like something that should be done only for the system dbus daemon > to me...
good observation, they should be dropped. Auke _______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel