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
|
2011-08-31 06:35:43 +07:00
|
|
|
After=livesys-late.service rc-local.service systemd-user-sessions.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-09-14 07:02:06 +07:00
|
|
|
After=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-10-06 01:30:44 +07:00
|
|
|
Restart=always
|
2010-08-25 08:15:32 +07:00
|
|
|
RestartSec=0
|
2012-02-09 09:18:04 +07:00
|
|
|
IgnoreSIGPIPE=no
|