~ruther/guix-local

ref: bf4af30bb2bce9dd5baf91f313ea35c55893eb10 guix-local/gnu/services d---------
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.
334345d9 — Mark H Weaver 11 years ago
Merge branch 'core-updates'
933204e5 — Mark H Weaver 11 years ago
Merge branch 'master' into core-updates

Conflicts:
	gnu-system.am
	gnu/packages/gstreamer.scm
5e25ebe2 — Ludovic Courtès 11 years ago
services: Explicitly refer to Shadow when requiring the 'nologin' shell.

* gnu/services/avahi.scm (avahi-service): Change 'shell' to a gexp
  referring to "nologin" in the SHADOW package.
* gnu/services/dbus.scm (dbus-service): Likewise.
* gnu/services/networking.scm (ntp-service, tor-service): Likewise.
1ca8ff28 — Mark H Weaver 11 years ago
Merge branch 'master' into core-updates
be234128 — Andy Wingo 11 years ago
services: Add upower.

* gnu-system.am (GNU_SYSTEM_MODULES): Add gnu/services/upower.scm.
* gnu/services/upower.scm: New file, defining a upower service.
* doc/guix.texi (Various Services): Mention it.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
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.
7ce597ff — Andy Wingo 11 years ago
gnu: Add colord service.

* gnu-system.am (GNU_SYSTEM_MODULES): Add gnu/services/colord.scm.
* gnu/services/colord.scm: New file.
* doc/guix.texi (Various Services): Document it.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
cf3e3e37 — 宋文武 11 years ago
Merge branch 'master' into core-updates
21cc905a — Ludovic Courtès 11 years ago
services: lsh: Change #:initialize? to default to #t.

* gnu/services/ssh.scm (lsh-service): Change #:initialize? to default
  to #t.
* doc/guix.texi (Using the Configuration System): Remove #:initialize? #t
  from example.
  (Networking Services): Adjust accordingly.
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.
aa4ed923 — Alex Kost 11 years ago
services: Add 'lirc-service'.

* gnu/services/lirc.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* doc/guix.texi (Various Services): New node.  Document 'lirc-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.
482dbe6a — 宋文武 11 years ago
services: slim: Pass SESSION to ~/.xsession as "$1".

* gnu/services/xorg.scm (xinitrc)[builder]: Pass SESSION to ~/.xsession.
e0b85670 — 宋文武 11 years ago
services: slim: Allow non-absolute path to be used as session command.

* gnu/services/xorg.scm (xinitrc)[builder]: Don't check the existence
  of COMMAND.  Only run ~/.xsession when it exists.
Next