]> git.ipfire.org Git - thirdparty/systemd.git/blob - units/mageia/prefdm.service
relicense to LGPLv2.1 (with exceptions)
[thirdparty/systemd.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 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 [Service]
18 ExecStart=/etc/X11/prefdm
19 Type=forking
20 Restart=always
21 RestartSec=0