daemon: current profile is stored in /etc/tuned/active_profile
This commit is contained in:
parent
3be4b62872
commit
140443a8f1
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ import logs
|
|||
|
||||
log = logs.get()
|
||||
|
||||
ACTIVE_PROFILE_FILENAME = "/etc/tuned/saved_profile"
|
||||
ACTIVE_PROFILE_FILENAME = "/etc/tuned/active_profile"
|
||||
DEFAULT_PROFILE_NAME = "balanced"
|
||||
|
||||
class Daemon(object):
|
||||
|
|
|
|||
Loading…
Reference in a new issue