]> git.pld-linux.org Git - packages/systemd.git/blob - prefdm.service
- x32 rebuild
[packages/systemd.git] / prefdm.service
1 [Unit]
2 Description=Display Manager
3 After=livesys-late.service rc-local.service systemd-user-sessions.service acpid.service
4
5 # Do not stop plymouth, it is done in prefdm if required
6 Conflicts=plymouth-quit.service
7 After=plymouth-quit.service
8
9 [Service]
10 ExecStart=/etc/X11/xinit/prefdm -nodaemon
11 Restart=always
12 RestartSec=0
13 IgnoreSIGPIPE=no
This page took 0.154515 seconds and 3 git commands to generate.