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

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

[Install]
WantedBy=multi-user.target