1
0
Fork 0
Commit graph

3 commits

Author SHA1 Message Date
Pavol Žáčik
dd0f0fb317
tuned-ppd: Refactor daemon initialization
- Only use the default profile from the configuration file if
  TuneD is not already running with an active profile. This
  makes the daemon "recall" the active profile after a restart.

- Make sure that SIGHUP completely resets the daemon, including
  resetting the 'battery' and 'performance_degraded' status.
2024-06-24 15:05:45 +02:00
Pavol Žáčik
33a6cea033
tuned-ppd: Add an option to log to a file
And adjust the systemd service file to log to
/var/log/tuned/tuned-ppd.log by default.

Additionally, add an option to turn on debug
level logging.
2024-06-21 15:57:42 +02:00
Pavol Žáčik
d4b72b2709
Implement the PPD-to-TuneD daemon
The daemon translates DBus API calls
to power-profiles-daemon into TuneD API calls.
2024-02-07 22:10:21 +01:00