]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/fedora/prefdm.service
relicense to LGPLv2.1 (with exceptions)
[thirdparty/systemd.git] / units / fedora / prefdm.service
CommitLineData
5e6afdd3
LP
1# This file is part of systemd.
2#
5e6afdd3 3# systemd is free software; you can redistribute it and/or modify it
5430f7f2
LP
4# under the terms of the GNU Lesser General Public License as published by
5# the Free Software Foundation; either version 2.1 of the License, or
5e6afdd3 6# (at your option) any later version.
5e6afdd3 7
5e6afdd3
LP
8[Unit]
9Description=Display Manager
4b7b2efb 10After=livesys-late.service rc-local.service systemd-user-sessions.service
5e6afdd3 11
a48bcc46
LP
12# On Fedora gdm/X11 is on tty1. We explicitly cancel the getty here to
13# avoid any races around that.
1310609b 14Conflicts=getty@tty1.service plymouth-quit.service
11ffbaf0 15After=getty@tty1.service plymouth-quit.service
a48bcc46 16
5e6afdd3
LP
17[Service]
18ExecStart=/etc/X11/prefdm -nodaemon
525ee6f4 19Restart=always
1a7fdcad 20RestartSec=0
353e12c2 21IgnoreSIGPIPE=no