summarylogtreecommitdiffstats
path: root/gdm.service
diff options
context:
space:
mode:
authorKrzysztof (3ED) AS2015-07-02 10:03:49 +0200
committerKrzysztof (3ED) AS2015-07-02 10:03:49 +0200
commit216fde130d34817b728581c921519db5c59bacf8 (patch)
tree5776aa2f2f3e7474fbfac440d78ca883effa12a5 /gdm.service
downloadaur-gdm-old.tar.gz
moving files, making space for additional scripts, aur4 and other stuff
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