aboutsummaryrefslogtreecommitdiff
path: root/utils/irqbalance/files/irqbalance.init
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2022-06-04 14:12:28 +0300
committerHannu Nyman <hannu.nyman@iki.fi>2022-06-04 14:12:28 +0300
commit8e71e0ad972ddb105264bdce3fffd0622edbd59b (patch)
tree27c5db34bd0f30fb7fbd08e7364567ca12595882 /utils/irqbalance/files/irqbalance.init
parente9002ff3d956c719b3b57707f1ef690aeb4d707c (diff)
irqbalance: remove local patch for socket directory
Upstream has finally patched the UI communication socket creation to happen only if the irqbalance UI is enabled. As we do not use the irqbalance UI, we can remove our local fix implemented by 4f0c847828. (If you want to enable irqbalance UI, the fix is still needed.) Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'utils/irqbalance/files/irqbalance.init')
-rw-r--r--utils/irqbalance/files/irqbalance.init2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/irqbalance/files/irqbalance.init b/utils/irqbalance/files/irqbalance.init
index 0f587e158..638dcb39f 100644
--- a/utils/irqbalance/files/irqbalance.init
+++ b/utils/irqbalance/files/irqbalance.init
@@ -16,8 +16,6 @@ start_service() {
config_get_bool enabled irqbalance enabled 0
[ "$enabled" -gt 0 ] || return 0
- mkdir -p /var/run/irqbalance
-
# 10 is the default
config_get interval irqbalance interval 10