xorg-server: remove monitor service files

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-08-18 21:53:40 +02:00
parent 108f854955
commit 0bfe0a351c
3 changed files with 0 additions and 20 deletions

View File

@ -193,6 +193,5 @@ post_makeinstall_target() {
}
post_install() {
enable_service xorg-monitor.path
enable_service xorg.service
}

View File

@ -1,9 +0,0 @@
[Unit]
Description=Xorg configfile monitor
After=xorg.service
[Path]
PathModified=/run/openelec/debug.conf
[Install]
WantedBy=graphical.target

View File

@ -1,10 +0,0 @@
[Unit]
Description=Xorg configfile monitor
After=xorg.service
[Service]
Type=oneshot
ExecStart=/bin/systemctl restart xorg.service
[Install]
WantedBy=graphical.target