mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
irqbalance: add init script
Signed-off-by: Aleksandr Mezin <mezin.alexander@gmail.com>
This commit is contained in:
committed by
Hannu Nyman
parent
e053ce17c7
commit
df14fa949f
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
|
||||
START=11
|
||||
USE_PROCD=1
|
||||
|
||||
start_service() {
|
||||
procd_open_instance "irqbalance"
|
||||
procd_set_param command /usr/sbin/irqbalance -f
|
||||
procd_set_param respawn
|
||||
procd_close_instance
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user