chiark / gitweb /
build-sys: add Mandriva distribution support
[elogind.git] / units / mandriva / 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 General Public License as published by
5 #  the Free Software Foundation; either version 2 of the License, or
6 #  (at your option) any later version.
7
8 [Unit]
9 Description=Display Manager
10 After=syslog.target livesys-late.service rc-local.service systemd-user-sessions.service
11 After=network.target acpid.service fs.service haldaemon.service
12
13 # Do not stop plymouth, it is done in prefdm if required
14 Conflicts=plymouth-quit.service
15 After=plymouth-quit.service
16
17 # Hide SysV script
18 Names=dm.service
19
20 [Service]
21 ExecStart=/etc/X11/prefdm
22 Type=forking
23 Restart=always
24 RestartSec=0