prefdm.service revision 6fdae8a6a40d6a3b5f77516abaee23b3eab002f6
0N/A# This file is part of systemd.
0N/A#
0N/A# systemd is free software; you can redistribute it and/or modify it
0N/A# under the terms of the GNU General Public License as published by
0N/A# the Free Software Foundation; either version 2 of the License, or
0N/A# (at your option) any later version.
0N/A
0N/A[Unit]
0N/ADescription=Display Manager
0N/AAfter=livesys-late.service rc-local.service systemd-user-sessions.service
0N/AAfter=network.target acpid.service fs.service haldaemon.service
0N/A
0N/A# Do not stop plymouth, it is done in prefdm if required
0N/AConflicts=plymouth-quit.service
0N/AAfter=plymouth-quit.service
0N/A
0N/A[Service]
0N/AExecStart=/etc/X11/prefdm
0N/AType=forking
0N/ARestart=always
0N/ARestartSec=0
0N/A