summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Gebhardt <hsggebhardt@gmail.com>2013-08-31 11:38:52 -0400
committerHenry Gebhardt <hsggebhardt@gmail.com>2013-08-31 11:38:52 -0400
commit09f42ea9a4c49e44cc4127402f6cffceb959b925 (patch)
tree504a47aa6c280e0b67a2af93943be562767e2297 /sys-apps/systemd-units/files/services-desktop/gdm.service
parentsys-apps/systemd-units-18: apache2 now in main (diff)
downloadsystemd-09f42ea9a4c49e44cc4127402f6cffceb959b925.tar.gz
systemd-09f42ea9a4c49e44cc4127402f6cffceb959b925.tar.bz2
systemd-09f42ea9a4c49e44cc4127402f6cffceb959b925.zip
sys-apps/systemd-units-19: remove metalog, gdm, preload units
metalog is included in main tree. gdm has been included in gnome3 for a while now, so I don't see reason to keep it around any longer. preload is outdated and no longer maintained, see bug https://bugs.gentoo.org/show_bug.cgi?id=483154
Diffstat (limited to 'sys-apps/systemd-units/files/services-desktop/gdm.service')
-rw-r--r--sys-apps/systemd-units/files/services-desktop/gdm.service12
1 files changed, 0 insertions, 12 deletions
diff --git a/sys-apps/systemd-units/files/services-desktop/gdm.service b/sys-apps/systemd-units/files/services-desktop/gdm.service
deleted file mode 100644
index 5b4d271..0000000
--- a/sys-apps/systemd-units/files/services-desktop/gdm.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=Gnome Display Manager
-Conflicts=getty@tty1.service
-After=systemd-user-sessions.service getty@tty1.service plymouth-quit.service
-
-[Service]
-ExecStart=/usr/bin/gdm -nodaemon
-ExecStop=/usr/sbin/gdm-stop
-Restart=always
-
-[Install]
-Alias=display-manager.service