# /lib/systemd/system/xdm.service # # This file is part of package xorg-x11 # # Copyright (c) 2011 SuSE LINUX Products GmbH, Germany. # Author: Werner Fink # Please send feedback to http://www.suse.de/feedback # # Description: # # Used to start one of the various Display Managers for the # X-Window System on the virtual console tty7. # [Unit] Description=X-Window Display Manager %P on %I (%n %N %p %f) Requires=dev-%i.device systemd-user-sessions.service BindTo=dev-%i.device After=dev-%i.device systemd-user.sessions.service [Service] Type=forking PIDFile=/var/run/%p.pid ExecStartPre=/bin/echo "%p %P %I %n %N %f" ExecStart=/usr/bin/%p [Install] Alias=graphical.target.wants/xdm@tty7.service