~ruther/guix-local

ref: 4307c476c407982ee80e6aa2de4a7e2209789912 guix-local/gnu/services d---------
4307c476 — Mark H Weaver 10 years ago
services: Add udev rules for (upower colord elogind) to %desktop-services.

* gnu/services/desktop.scm (%desktop-services): Replace the 'udev-service'
  from %base-services.
* gnu/services/base.scm (%base-services): Add a comment to keep them in sync.
0071c789 — Andy Wingo 10 years ago
gnu: Add polkit service.

* gnu/services/desktop.scm (polkit-service): New function.
  (%desktop-services): Add polkit service.
04463bb0 — Andy Wingo 10 years ago
gnu: Add elogind service.

* gnu/services/desktop.scm (<elogind-configuration>): New record type.
  (elogind-configuration-file, elogind-service): New functions.
  (%desktop-services): Add elogind-service.
58724c48 — David Thompson 10 years ago
gnu: services: Add nginx-service.

* gnu/services/web.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* guix.texi ("Web Services"): New section.
cee32ee4 — Andy Wingo 10 years ago
gnu: Add GeoClue desktop service.

* gnu/services/desktop.scm (bool): New top-level helper.
  (upower-configuration-file): Use top-level `bool'.
  (geoclue-application): New public function.
  (%standard-geoclue-applications): New public variable.
  (geoclue-service): New public variable.
  (%desktop-services): Add GeoClue.  Add a comment about activation.
* doc/guix.texi (Desktop Services): Document the GeoClue service.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
e4fb9d2d — Mark H Weaver 10 years ago
Revert "PRELIMINARY: dbus-service: Include system-services directories."

This reverts commit e3484421cb159968fc6fb54f044f84bccfc555e8.
46c92ea0 — Mark H Weaver 10 years ago
Revert "PRELIMINARY: Modify dbus-configuration to find setuid helper."

This reverts commit fe1f2c80a170feee3e448277b9361092328d355c.
fe1f2c80 — Mark H Weaver 10 years ago
PRELIMINARY: Modify dbus-configuration to find setuid helper.
e3484421 — Mark H Weaver 10 years ago
PRELIMINARY: dbus-service: Include system-services directories.
b89e7405 — Ludovic Courtès 10 years ago
syscalls: Rename 'network-interfaces' and 'all-network-interfaces'.

* guix/build/syscalls.scm (network-interfaces): Rename to...
  (network-interface-names): ... this.
  (all-network-interfaces): Rename to...
  (all-network-interface-names): ... this.
* gnu/services/networking.scm (dhcp-client-service): Adjust accordingly.
* tests/syscalls.scm ("all-network-interfaces"): Rename to...
  ("all-network-interface-names"): ... this, and adjust accordingly.
  ("network-interfaces"): Rename to...
  ("network-interface-names"): ... this, and adjust accordingly.
1b4e48d4 — Mark H Weaver 10 years ago
Merge branch 'master' into core-updates
68ac258b — Ludovic Courtès 10 years ago
system: Use the CRDA udev rules.

* gnu/services/base.scm (%base-services): Add CRDA to the #:rules of
  'udev-service'.
* gnu/system/install.scm (installation-services): Likewise.
64720891 — Ludovic Courtès 10 years ago
system: Make /dev/kvm 660.

* gnu/services/base.scm (kvm-udev-rule): Change /dev/kvm mode to 0660 as a
  followup to the resolution of <http://bugs.gnu.org/18994>.
7d02724b — Mark H Weaver 10 years ago
Merge branch 'master' into core-updates
4a3bcaee — Ludovic Courtès 10 years ago
services: Remove lsh service from %DESKTOP-SERVICES.

Suggested by Mark H Weaver and others
at <http://lists.gnu.org/archive/html/guix-devel/2015-06/msg00227.html>.

* gnu/services/desktop.scm (%desktop-services): Remove call to 'lsh-service'.
* doc/guix.texi (Desktop Services): Adjust accordingly.
14928016 — Mark H Weaver 10 years ago
Merge branch 'master' into core-updates
86a81222 — 宋文武 10 years ago
Merge branch 'master' into gtk-rebuild

Conflicts:
	gnu/packages/gtk.scm
60a56db0 — Ludovic Courtès 10 years ago
services: swap: Use 'restart-on-EINTR'.

* gnu/services/base.scm (swap-service)[start, stop]: Use 'restart-on-EINTR'.
* guix/build/syscalls.scm (swapoff): Fix typo in 'throw' arguments.
c2ee19e6 — Ludovic Courtès 10 years ago
services: xorg: Add xf86-input-libinput to the server's module path.

* gnu/services/xorg.scm (xorg-configuration-file): Add XF86-INPUT-LIBINPUT.
1eca6c36 — Ludovic Courtès 10 years ago
services: xorg: Assume STARTX is a regular value.

* gnu/services/xorg.scm (slim-service): Expect STARTX to be a regular value,
  not a monadic value.
Next