This repository has been archived on 2020-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
systemd-client/user/xorg@.service

12 lines
218 B
SYSTEMD
Raw Normal View History

2020-05-11 19:01:35 +00:00
[Unit]
Description=Xorg server at display %i
Requires=xorg@%i.socket
After=xorg@%i.socket
[Service]
Type=exec
SuccessExitStatus=0 1
TTYPath=/dev/tty7
2020-05-11 19:01:35 +00:00
ExecStart=/usr/bin/Xorg :%i -nolisten tcp -noreset -verbose "vt7"