services: xorg: Add argv[0] in X invocation.

* gnu/services/xorg.scm (xorg-start-command): Add missing argv[0] in
  'execl' call.
This commit is contained in:
Ludovic Courtès 2014-11-07 21:30:36 +01:00
parent 0fa22d5a7c
commit 91cc5aff5a

View file

@ -117,6 +117,7 @@ (define script
(setenv "XKB_BINDIR" (string-append #$xkbcomp "/bin"))
(apply execl (string-append #$xorg-server "/bin/X")
(string-append #$xorg-server "/bin/X") ;argv[0]
"-ac" "-logverbose" "-verbose"
"-xkbdir" (string-append #$xkeyboard-config "/share/X11/xkb")
"-config" #$config