From 1f2f807a5e7477420e12a9d5d2d0d52720e6b412 Mon Sep 17 00:00:00 2001 From: graysky Date: Sun, 4 Jan 2015 17:13:47 -0500 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d094851..4ef23c9 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A simple systemd service file to run kodi in standalone mode. * xorg-server with xorg-xinit ## Note -Users no longer require `/etc/X11/Xwrapper.config` on the system anymore since the created X server becomes the [controlling process](http://www.freedesktop.org/software/systemd/man/systemd.exec.html#StandardInput=) of the VT to which it is bound. +Users no longer require `/etc/X11/Xwrapper.config` on the system since the created X server becomes the [controlling process](http://www.freedesktop.org/software/systemd/man/systemd.exec.html#StandardInput=) of the VT to which it is bound. ## Credit Credit for the service given to the Arch Linux maintainers of the official kodi package.