File: etc-default.patch

package info (click to toggle)
tuned 2.26.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,280 kB
  • sloc: python: 14,045; sh: 836; makefile: 216; ansic: 178
file content (17 lines) | stat: -rw-r--r-- 551 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
From a6a6831614d2fbc2117bd40a538af7349ae076f1 Mon Sep 17 00:00:00 2001
From: Evgeni Golov <evgeni@debian.org>
Date: Sun, 13 Dec 2020 12:24:18 +0100
Subject: [PATCH] use /etc/default, not /etc/sysconfig on Debian
Forwarded: not-needed

--- a/tuned/consts.py
+++ b/tuned/consts.py
@@ -69,7 +69,7 @@
 SYSTEMD_CPUAFFINITY_VAR = "CPUAffinity"
 
 # irqbalance plugin configuration
-IRQBALANCE_SYSCONFIG_FILE = "/etc/sysconfig/irqbalance"
+IRQBALANCE_SYSCONFIG_FILE = "/etc/default/irqbalance"
 
 # acpi plugin configuration
 ACPI_DIR = "/sys/firmware/acpi"