summaryrefslogtreecommitdiff
path: root/bus/dbus.service.in
Commit message (Collapse)AuthorAgeFilesLines
* Add "Documentation=man:dbus-daemon(1)" line to systemd serviceCameron Norman2014-04-281-0/+1
| | | | | | | | Enhances usability under systemd by making the documentation available with systemctl status or systemctl help. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=77447 Reviewed-by: Simon McVittie
* dbus.service.in: Do not order after syslog.targetCristian Rodríguez2013-04-221-1/+0
| | | | | | | | | | | | | | It is no longer required or recommended in fact it no longer exists since http://cgit.freedesktop.org/systemd/systemd/commit/?id=5d4caf565471ff3401bd9b53aa814c8545a18a93 [Clarification: there are two reasons why we do not need that dependency. First, we do not have DefaultDependencies=no, so we only get run after sockets.target. Second, syslog.socket doesn't provide /dev/log, which is part of systemd-journald.socket. -smcv] Bug: https://bugs.freedesktop.org/show_bug.cgi?id=63531 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
* bus: introduce --nopidfile switch to disable writing of PID filesLennart Poettering2012-02-101-2/+1
| | | | | | | | | | | When used with init systems such as systemd (where PID files are redundant) this allows us to disable PID files even if a path is configured for them in the normal bus configuration files. Make use of this new switch in the systemd unit file. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=45520 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
* systemd: drop machine UUID generation for unit fileLennart Poettering2012-02-071-1/+0
| | | | | | | | | | | | | | 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>
* systemd: ensure that the system bus is unlikely to be killed on OOMLennart Poettering2011-01-181-0/+1
|
* systemd: enable the dbus service unconditionallyKay Sievers2010-09-061-4/+0
| | | | Since D-Bus is a core part of the OS don't make this service optional.
* systemd: remove dbus pid file before starting dbusLennart Poettering2010-07-131-0/+1
|
* systemd: install systemd socket and service file by defaultLennart Poettering2010-07-091-0/+13