blob: 52e0231dfe4d7172d682b471af7bd77ec5f56f35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[Unit]
Description=Xorg display daemon
[Service]
#User=display
Restart=always
RestartSec=10
ExecStart=/usr/bin/Xorg -logfile /var/log/Xorg.0.log -noreset -configdir /etc/X11/xorg.conf.d
#StandardInput=tty
#TTYPath=/dev/tty7
#adding the capability to configure ttys
#may be needed if the user 'display' doesn't own the tty
#CapabilityBoundingSet=CAP_SYS_TTY_CONFIG
[Install]
WantedBy=graphical.target
|