1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/modules/services
Eelco Dolstra 6596a3ec55 * When using kdm, always use our xsession script, even when the
default session is selected.  This is because we always want to run
  our own initialisation (like starting ssh-agent).

* ssh-agent: don't start it is a child but have it re-exec the
  xsession script.  This ensures that ssh-agent quits when we log out.

* In the xsession script, don't redirect output to ~/.xsession-errors
  if the display manager is kdm, since kdm already does that.  In fact
  it uses ~/.xsession-errors<optional number> if there are concurrent
  X sessions.

* For consistency with other distros and the xdm manpage, exec the
  ~/.xsession script instead of sourcing it.  Do this for the "custom"
  session type provided by kdm.

svn path=/nixos/trunk/; revision=17087
2009-09-13 13:34:52 +00:00
..
audio
databases
hardware * Make sure that hal is really running when the X server starts, 2009-09-09 21:22:00 +00:00
logging
mail
misc * Bump the number of maximum open files for Nix builders. 2009-09-04 15:27:52 +00:00
monitoring
network-filesystems Added an option that automatically creates the mount points in /etc/exports, so that everything is self initializing 2009-09-04 22:01:08 +00:00
networking
printing
scheduling
system
ttys
web-servers The /var/trac directory needs to be accessible by the webserver user 2009-09-04 15:58:04 +00:00
x11 * When using kdm, always use our xsession script, even when the 2009-09-13 13:34:52 +00:00