diff options
-rw-r--r-- | sys-apps/systemd-units/files/services-basic/metalog.service | 10 | ||||
-rw-r--r-- | sys-apps/systemd-units/files/services-desktop/gdm.service | 12 | ||||
-rw-r--r-- | sys-apps/systemd-units/files/services-desktop/preload.service | 11 | ||||
-rw-r--r-- | sys-apps/systemd-units/systemd-units-19.ebuild (renamed from sys-apps/systemd-units/systemd-units-18.ebuild) | 6 |
4 files changed, 1 insertions, 38 deletions
diff --git a/sys-apps/systemd-units/files/services-basic/metalog.service b/sys-apps/systemd-units/files/services-basic/metalog.service deleted file mode 100644 index adc66ba..0000000 --- a/sys-apps/systemd-units/files/services-basic/metalog.service +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=System Logger Daemon -Names=syslog.service - -[Service] -ExecStart=/usr/sbin/metalog -Restart=always - -[Install] -Alias=syslog.service 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 diff --git a/sys-apps/systemd-units/files/services-desktop/preload.service b/sys-apps/systemd-units/files/services-desktop/preload.service deleted file mode 100644 index ef21efc..0000000 --- a/sys-apps/systemd-units/files/services-desktop/preload.service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=Preload daemon - -[Service] -ExecStart=/usr/sbin/preload -f -ExecReload=/bin/kill -HUP $MAINPID -Nice=15 -IOSchedulingClass=idle - -[Install] -WantedBy=multi-user.target diff --git a/sys-apps/systemd-units/systemd-units-18.ebuild b/sys-apps/systemd-units/systemd-units-19.ebuild index 0ef9f2d..bbb1a75 100644 --- a/sys-apps/systemd-units/systemd-units-18.ebuild +++ b/sys-apps/systemd-units/systemd-units-19.ebuild @@ -12,7 +12,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="+basic +desktop server ingnome3" +IUSE="+basic +desktop server" RDEPEND="" DEPEND="" @@ -33,10 +33,6 @@ src_install() { if use desktop; then systemd_dounit "${FILESDIR}"/services-desktop/* - - if ! use ingnome3; then - rm -f "${D}/$(systemd_get_unitdir)"/gdm.service - fi fi # Files in portage cannot contain a literal '@' character. Therfore, |