diff options
author | Marc Joliet <marcec@gmx.de> | 2015-09-28 12:58:50 +0200 |
---|---|---|
committer | Marc Joliet <marcec@gmx.de> | 2015-10-13 21:27:58 +0200 |
commit | a83e97fe4d905999bd9ada0180a5df1e9b4a57ba (patch) | |
tree | 30bda15ff047eff0a325599cfcdcee7cb572d4e4 /sys-apps/irqbalance | |
parent | sci-electronics/eagle: amd64 stable wrt bug #560712 (diff) | |
download | gentoo-a83e97fe4d905999bd9ada0180a5df1e9b4a57ba.tar.gz gentoo-a83e97fe4d905999bd9ada0180a5df1e9b4a57ba.tar.bz2 gentoo-a83e97fe4d905999bd9ada0180a5df1e9b4a57ba.zip |
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@gmx.de>
Diffstat (limited to 'sys-apps/irqbalance')
-rw-r--r-- | sys-apps/irqbalance/files/irqbalance.service.1 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys-apps/irqbalance/files/irqbalance.service.1 b/sys-apps/irqbalance/files/irqbalance.service.1 new file mode 100644 index 000000000000..af7a979a25d0 --- /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 |