guix/gnu
Diego Nicola Barbato 61569171d0
services: slim: Allow SLiM to be started on multiple ttys.
This change makes it possible to add multiple SLiM services to an operating
system configuration by setting the new 'display' and 'vt' fields in their
configurations to different values.  Each SLiM service will get its own
authfile, logfile, lockfile, and shepherd service, which will start SLiM on a
different tty.

* gnu/services/xorg.scm: Export slim-configuration-display and
  slim-configuration-vt.
  (<slim-configuration>)[display, vt]: New fields.
  (slim-shepherd-service): Refactor let.
  [slim.cfg]: Use new fields for setting display_name, xserver_arguments,
  authfile, lockfile, and logfile.
  [shepherd-service][provision]: Name the shepherd service according to the
  value of 'vt'.
  [shepherd-service][start]: Delete the right lockfile.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-05-07 15:46:54 +02:00
..
bootloader gnu: u-boot: Update to 2019.04. 2019-04-29 12:35:04 +02:00
build shepherd: Include /etc/localtime in service containers. 2019-05-03 17:47:29 +02:00
installer installer: "Exit" button in user page actually exits. 2019-05-07 12:18:44 +02:00
packages gnu: slim: Allow customisation of Xorg display. 2019-05-07 15:46:54 +02:00
services services: slim: Allow SLiM to be started on multiple ttys. 2019-05-07 15:46:54 +02:00
system uuid: 'fat-uuid->string' preserves leading zeros. 2019-05-07 12:18:44 +02:00
tests
artwork.scm
bootloader.scm
ci.scm
installer.scm
local.mk gnu: slim: Allow customisation of Xorg display. 2019-05-07 15:46:54 +02:00
packages.scm
services.scm
system.scm system: Add boot file systems to /etc/fstab. 2019-04-27 00:11:52 +02:00
tests.scm