Age | Commit message (Expand) | Author |
2019-11-13 | services: dbus: Simplify 'dbus-uuidgen' invocation....* gnu/services/dbus.scm (dbus-activation): Use the "--ensure" option of
'dbus-uuidgen' instead of forking and redirecting ports.
| Ludovic Courtès |
2019-11-13 | services: dbus: Log to syslog....* gnu/services/dbus.scm (dbus-shepherd-service): Add 'syslogd' to
'requirement'. Pass the "--syslog-only" command-line option.
| Ludovic Courtès |
2019-11-13 | services: dbus: Add description....* gnu/services/dbus.scm (dbus-root-service-type)[description]: New
field.
| Ludovic Courtès |
2019-11-02 | services: dbus: Remove non-existent directories from 'system-local.conf'....This typically halves the number of entries in
/etc/dbus-1/system-local.conf.
* gnu/services/dbus.scm (dbus-configuration-directory)[build](directives):
New macro.
(services->sxml): Use it.
| Ludovic Courtès |
2019-11-02 | services: dbus: Include each service's "share/dbus-1/system.d"....Fixes <https://bugs.gnu.org/37911>.
Reported by Jack Hill <jackhill@jackhill.us>.
Sometime between 1.1.8 and 1.4.3, 'colord' moved had its
'org.freedesktop.ColorManager.conf' file moved from
"etc/dbus-1/system.d" to "share/dbus-1/system.d". Adjust to this
change.
* gnu/services/dbus.scm (dbus-configuration-directory): Add an
'includedir' directive for DIR/share/dbus-1/system.d.
| Ludovic Courtès |