aboutsummaryrefslogtreecommitdiffstats
path: root/meta-systemd/meta-gnome/recipes-gnome/gdm/gdm/gdm.service
blob: adfc5656533e7ad49151e03ca550cd4635f7b305 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Gnome Display Manager
Requires=dev-tty7.device
After=dev-tty7.device systemd-user-sessions.service

[Service]
ExecStart=/usr/sbin/gdm -nodaemon
StandardOutput=syslog

[Install]
Alias=display-manager.service