10 lines
200 B
Desktop File
10 lines
200 B
Desktop File
[Unit]
|
|
Description=Gnome Display Manager
|
|
Requires=dev-tty7.device
|
|
After=dev-tty7.device systemd-user-sessions.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/gdm -nodaemon
|
|
|
|
[Install]
|
|
WantedBy=graphical.target
|