2015-06-18 16:17:44 +00:00
|
|
|
[Unit]
|
|
|
|
Description=GNOME Display Manager
|
|
|
|
Conflicts=getty@tty1.service plymouth-quit.service
|
2017-10-14 13:33:28 +00:00
|
|
|
Wants=plymouth-deactivate.service
|
|
|
|
After=systemd-user-sessions.service getty@tty1.service plymouth-deactivate.service plymouth-quit.service
|
2015-06-18 16:17:44 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
ExecStart=/usr/bin/gdm
|
|
|
|
Restart=always
|
|
|
|
IgnoreSIGPIPE=no
|
|
|
|
BusName=org.gnome.DisplayManager
|
|
|
|
StandardOutput=syslog
|
|
|
|
StandardError=inherit
|
|
|
|
|
|
|
|
[Install]
|
2017-10-14 13:33:28 +00:00
|
|
|
Alias=display-manager.service
|