diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-12-18 21:23:17 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-12-18 21:23:17 +0000 |
commit | 0ebb7b32a488ed09f65166292812944c0c41cb4c (patch) | |
tree | e359bf2fb6c49ac87cb4b344856d7881411589f5 /sys-apps/irqbalance/files | |
parent | Fix dependency over rake-compiler that was declared a runtime dependency in t... (diff) | |
download | gentoo-2-0ebb7b32a488ed09f65166292812944c0c41cb4c.tar.gz gentoo-2-0ebb7b32a488ed09f65166292812944c0c41cb4c.tar.bz2 gentoo-2-0ebb7b32a488ed09f65166292812944c0c41cb4c.zip |
Add Description= to the systemd unit.
(Portage version: 2.2.0_alpha81_p1/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/irqbalance/files')
-rw-r--r-- | sys-apps/irqbalance/files/irqbalance.service | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys-apps/irqbalance/files/irqbalance.service b/sys-apps/irqbalance/files/irqbalance.service index 4439f14bec58..567d7af8bbb3 100644 --- a/sys-apps/irqbalance/files/irqbalance.service +++ b/sys-apps/irqbalance/files/irqbalance.service @@ -1,3 +1,6 @@ +[Unit] +Description=CPU Interrupt Balancer + [Service] ExecStart=/sbin/irqbalance --debug # --debug implies a lot of cruft |