2010-05-17 06:34:36 +07:00
|
|
|
# This file is part of systemd.
|
|
|
|
#
|
|
|
|
# systemd is free software; you can redistribute it and/or modify it
|
|
|
|
# under the terms of the GNU General Public License as published by
|
|
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
|
|
# (at your option) any later version.
|
|
|
|
|
|
|
|
[Unit]
|
|
|
|
Description=Display Manager
|
2010-08-15 00:24:08 +07:00
|
|
|
After=syslog.target livesys-late.service
|
2010-05-17 06:34:36 +07:00
|
|
|
|
2010-08-04 04:53:17 +07:00
|
|
|
# On Fedora gdm/X11 is on tty1. We explicitly cancel the getty here to
|
|
|
|
# avoid any races around that.
|
2010-08-10 08:44:02 +07:00
|
|
|
Conflicts=getty@tty1.service plymouth-quit.service
|
2010-08-04 04:53:17 +07:00
|
|
|
|
2010-05-17 06:34:36 +07:00
|
|
|
[Service]
|
|
|
|
ExecStart=/etc/X11/prefdm -nodaemon
|
2010-08-25 08:15:32 +07:00
|
|
|
Restart=restart-always
|
|
|
|
RestartSec=0
|
2010-06-19 02:56:21 +07:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
Alias=display-manager.service
|
2010-07-04 00:53:37 +07:00
|
|
|
WantedBy=graphical.target
|