summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/systemd-units/files/services-desktop/gdm_at.service')
-rw-r--r--sys-apps/systemd-units/files/services-desktop/gdm_at.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-apps/systemd-units/files/services-desktop/gdm_at.service b/sys-apps/systemd-units/files/services-desktop/gdm_at.service
new file mode 100644
index 0000000..ce9e789
--- /dev/null
+++ b/sys-apps/systemd-units/files/services-desktop/gdm_at.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Gnome Display Manager on %I
+Requires=dev-%i.device
+After=dev-%i.device systemd-user-sessions.service
+
+[Service]
+ExecStart=/usr/bin/gdm -nodaemon
+ExecStop=/usr/sbin/gdm-stop
+
+[Install]
+Alias=graphical.target.wants/gdm@tty7.service