commit:     a83e97fe4d905999bd9ada0180a5df1e9b4a57ba
Author:     Marc Joliet <marcec <AT> gmx <DOT> de>
AuthorDate: Mon Sep 28 10:58:50 2015 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Oct 13 19:27:58 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a83e97fe

sys-apps/irqbalance: service unit: use --foreground

Bump the service unit in order to use the --foreground option for preventing
daemonization instead of abusing --debug.  As a side effect, stdout can now be
sent to the systemd journal.

Signed-off-by: Marc Joliet <marcec <AT> gmx.de>

 sys-apps/irqbalance/files/irqbalance.service.1 | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/sys-apps/irqbalance/files/irqbalance.service.1 
b/sys-apps/irqbalance/files/irqbalance.service.1
new file mode 100644
index 0000000..af7a979
--- /dev/null
+++ b/sys-apps/irqbalance/files/irqbalance.service.1
@@ -0,0 +1,8 @@
+[Unit]
+Description=CPU Interrupt Balancer
+
+[Service]
+ExecStart=/usr/sbin/irqbalance --foreground
+
+[Install]
+WantedBy=multi-user.target

Reply via email to