~ruther/guix-local

ref: 2fecbdbd82efda717d0e56101afcf41b79404a4f guix-local/gnu/services/base.scm -rw-r--r-- 37.7 KiB
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>.
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 11 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.
5eca9459 — Alex Kost 11 years ago
services: Add console-keymap service.

* gnu/services/base.scm (console-keymap-service): New procedure.
* doc/guix.texi (Base Services): Document it.

Co-authored-by: 宋文武 <iyzsong@gmail.com>
b86fee78 — Ludovic Courtès 11 years ago
file-systems: Use a second 'mount' call for read-only bind mounts.

* gnu/build/file-systems.scm (MS_REMOUNT): New constant.
  (mount-file-system): Add 'flags' local variable.   When FLAGS has
  MS_BIND & MS_RDONLY, call 'mount' with MS_REMOUNT.
* gnu/services/base.scm (file-system-service) <start>: Likewise.
1ca8ff28 — Mark H Weaver 11 years ago
Merge branch 'master' into core-updates
4c9050c6 — Ludovic Courtès 11 years ago
doc: Add example showing how to customize 'nscd-service'.

* doc/guix.texi (Name Service Switch): Add link to nss-mdns.  Add
  example show how to pass #:name-services to 'nscd-service'.
  (Base Services): Add link from 'nscd-service' to the above.
* gnu/services/base.scm (nscd-service): Update docstring accordingly.
cf3e3e37 — 宋文武 11 years ago
Merge branch 'master' into core-updates
1bb76f75 — Alex Kost 11 years ago
services: syslog-service: Add 'config-file' argument.

* gnu/services/base.scm (syslog-service): Add 'config-file' keyword
argument.
* doc/guix.texi (Base Services): Document it.
023dd28a — Ludovic Courtès 11 years ago
Merge branch 'master' into core-updates
52b76622 — Alex Kost 11 years ago
services: guix-service: Add service documentation.

* gnu/services/base.scm (guix-service): Add 'documentation' field to the
  service.
25d5b708 — Ludovic Courtès 11 years ago
Merge branch 'master' into core-updates
2d1d2dd8 — Ludovic Courtès 11 years ago
services: guix-service: Add 'lsof' and 'lsh' to guix-daemon's $PATH.

* gnu/services/base.scm (guix-service): Add #:lsof and #:lsh parameters.
  [start]: Pass #:environment-variables to 'make-forkexec-constructor'.
381c540b — Ludovic Courtès 11 years ago
Merge branch 'master' into core-updates
5250a4f2 — Ludovic Courtès 11 years ago
services: guix-service: Remove extraneous monadism.

* gnu/services/base.scm (guix-build-accounts): Remove unneeded
  'with-monad'.
  (guix-service): Adjust accordingly.
93be4e8e — Ludovic Courtès 11 years ago
Merge branch 'master' into core-updates
faf0f39b — Ludovic Courtès 11 years ago
services: nscd: Make sure /var/db/nscd exists.

* gnu/services/base.scm (nscd-service)[activate]: Make /var/db/nscd.
Next