Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 475856 - app-admin/gkrellm: add systemd unit file
Summary: app-admin/gkrellm: add systemd unit file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo Dockapp Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: systemd-love
  Show dependency tree
 
Reported: 2013-07-05 16:40 UTC by Pacho Ramos
Modified: 2013-07-13 12:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
gkrellmd.service (gkrellmd.service,174 bytes, text/plain)
2013-07-05 16:41 UTC, Pacho Ramos
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pacho Ramos gentoo-dev 2013-07-05 16:40:27 UTC
From systemd-love overlay. I will commit in a week if nobody disagrees. Thanks

 # diff -u /usr/portage/app-admin/gkrellm/gkrellm-2.3.5-r2.ebuild /usr/portage/local/layman/systemd-love/app-admin/gkrellm/gkrellm-2.3.5-r3.ebuild 
--- /usr/portage/app-admin/gkrellm/gkrellm-2.3.5-r2.ebuild	2012-12-22 19:32:52.000000000 +0100
+++ /usr/portage/local/layman/systemd-love/app-admin/gkrellm/gkrellm-2.3.5-r3.ebuild	2013-07-05 18:38:32.000000000 +0200
@@ -4,7 +4,7 @@
 
 EAPI=4
 
-inherit eutils multilib toolchain-funcs user
+inherit eutils multilib toolchain-funcs user systemd
 
 DESCRIPTION="Single process stack of various system monitors"
 HOMEPAGE="http://www.gkrellm.net/"
@@ -114,6 +114,8 @@
 	doinitd "${FILESDIR}"/gkrellmd || die "doinitd failed"
 	newconfd "${FILESDIR}"/gkrellmd.conf gkrellmd || die "newconfd failed"
 
+	systemd_dounit "${FILESDIR}"/gkrellmd.service
+
 	insinto /etc
 	doins server/gkrellmd.conf || die "doins failed"
 


Reproducible: Always
Comment 1 Pacho Ramos gentoo-dev 2013-07-05 16:41:09 UTC
Created attachment 352680 [details]
gkrellmd.service
Comment 2 Pacho Ramos gentoo-dev 2013-07-13 12:13:19 UTC
+  13 Jul 2013; Pacho Ramos <pacho@gentoo.org> +files/gkrellmd.service,
+  gkrellm-2.3.5-r2.ebuild:
+  Install unit file (#475856)
+