summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
0 files changed, 0 insertions, 0 deletions
(slim-service-type)[description]: New field. (screen-locker-service-type)[description]: New field. * gnu/system/pam.scm (pam-root-service-type)[description]: New field. * gnu/system/shadow.scm (account-service-type)[description]: New field. 2019-11-13services: dbus: Simplify 'dbus-uuidgen' invocation.Ludovic Courtès * gnu/services/dbus.scm (dbus-activation): Use the "--ensure" option of 'dbus-uuidgen' instead of forking and redirecting ports. 2019-11-13services: dbus: Log to syslog.Ludovic Courtès * gnu/services/dbus.scm (dbus-shepherd-service): Add 'syslogd' to 'requirement'. Pass the "--syslog-only" command-line option. 2019-11-13services: dbus: Add description.Ludovic Courtès * gnu/services/dbus.scm (dbus-root-service-type)[description]: New field. 2019-11-02services: dbus: Remove non-existent directories from 'system-local.conf'.Ludovic Courtès 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. 2019-11-02services: dbus: Include each service's "share/dbus-1/system.d".Ludovic Courtès 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.