summarylogtreecommitdiffstats
path: root/gdm.service
blob: 1ad64cc69e3b81309589e317ed0f16c876910469 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Gnome Display Manager
Conflicts=getty@tty7.service
After=systemd-user-sessions.service getty@tty1.service

[Service]
ExecStart=/usr/bin/gdm --nodaemon
ExecReload=/usr/bin/gdm-safe-restart
ExecStop=/usr/bin/gdm-stop
IgnoreSIGPIPE=no
RestartSec=1s
TimeoutStopSec=5s

[Install]
Alias=display-manager.service