611523d825
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>
10 lines
150 B
Desktop File
10 lines
150 B
Desktop File
[Unit]
|
|
Description=irqbalance daemon
|
|
After=syslog.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/irqbalance --foreground
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|