1
0
This repository has been archived on 2024-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
Lakka-rk322x/packages/x11/xserver/xorg-server/system.d/xorg.service

17 lines
349 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Xorg Server
Before=graphical.target kodi.service
After=multi-user.target
ConditionKernelCommandLine=!installer
[Service]
2013-10-10 15:22:17 +03:00
Type=notify
2016-03-11 22:31:41 +01:00
EnvironmentFile=-/run/libreelec/debug/xorg.conf
ExecStart=/usr/bin/xorg-launch -nolisten tcp vt01 $XORG_DEBUG
Restart=always
RestartSec=2
StartLimitInterval=0
[Install]
WantedBy=graphical.target