summarylogtreecommitdiffstats
path: root/gdm.service
diff options
context:
space:
mode:
Diffstat (limited to 'gdm.service')
-rw-r--r--gdm.service15
1 files changed, 15 insertions, 0 deletions
diff --git a/gdm.service b/gdm.service
new file mode 100644
index 000000000000..1ad64cc69e3b
--- /dev/null
+++ b/gdm.service
@@ -0,0 +1,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