aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics/xorg-xserver/xserver-xorg/X.service
blob: dd91514bff9900d375992bf0c365760b1f9a5520 (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