services: xorg: Don't pass "-ac" to X.

This had pretty much no effects given "-nolisten tcp".

* gnu/services/xorg.scm (xorg-start-command): Remove "-ac" option.
This commit is contained in:
Ludovic Courtès 2014-11-11 21:41:42 +01:00
parent 380f2ab6a4
commit 594340bc79
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ EndSection
(apply execl (string-append #$xorg-server "/bin/X")
(string-append #$xorg-server "/bin/X") ;argv[0]
"-ac" "-logverbose" "-verbose"
"-logverbose" "-verbose"
"-xkbdir" (string-append #$xkeyboard-config "/share/X11/xkb")
"-config" #$config
"-nolisten" "tcp" "-terminate"