chiark / gitweb /
update TODO
[elogind.git] / units / mageia / prefdm.service
1 #  This file is part of systemd.
2 #
3 #  systemd is free software; you can redistribute it and/or modify it
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
6 #  (at your option) any later version.
7
8 [Unit]
9 Description=Display Manager
10 After=livesys-late.service systemd-user-sessions.service
11
12 # On Mageia gdm/X11 is on tty1. We explicitly cancel the getty here to
13 # avoid any races around that.
14 # Do not stop plymouth, it is done in prefdm if required (or left to the dm)
15 Conflicts=getty@tty1.service plymouth-quit.service
16 After=getty@tty1.service plymouth-quit.service
17
18 [Service]
19 ExecStart=/etc/X11/prefdm -nodaemon
20 Restart=always
21 RestartSec=0
22 IgnoreSIGPIPE=no