aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics/xorg-xserver/xserver-xorg/X.service
blob: ba250658fc9621a7dc6157e595d757e3cef4e2dc (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Starts the X Server

[Service]
Type=simple
KillMode=none
ExecStartPre=-/bin/rm -rf /var/log/Xorg*
ExecStart=/usr/bin/X

[Install]
WantedBy=multi-user.target