buildroot/package/irqbalance/irqbalance.service
Karoly Kasza 611523d825 irqbalance: new package
Irqbalance is a daemon to help balance the cpu load generated by
interrupts across all of a systems cpus.

[Thomas:
 - Add upstream URL in Config.in help text.
 - Fix indentation of init script.]

Signed-off-by: Karoly Kasza <kaszak@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-01-08 21:46:33 +01:00

10 lines
150 B
Desktop File

[Unit]
Description=irqbalance daemon
After=syslog.target
[Service]
ExecStart=/usr/sbin/irqbalance --foreground
[Install]
WantedBy=multi-user.target