#867529 thermald.service should be a conffile

Package:
thermald
Source:
thermald
Description:
Thermal monitoring and controlling daemon
Submitter:
Ben Caradoc-Davies
Date:
2022-01-13 02:18:03 UTC
Severity:
normal
#867529#5
Date:
2017-07-07 02:45:46 UTC
From:
To:
Dear Maintainer,

thermald.service is the only place where options such as --poll-interval can
be set, so this file should be considered a package conffile. Because
thermald.service is not a conffile, local changes to the command line are
silently lost on upgrade.

Kind regards,
Ben.

#867529#10
Date:
2017-07-08 23:23:01 UTC
From:
To:
Workaround is to copy thermald.service to (for example)
thermald-custom.service and apply local customisations,
stop+disable+mask thermald.service, and enable+start
thermald-custom.service.

Kind regards,

#867529#15
Date:
2022-01-13 02:14:03 UTC
From:
To:
systemd includes an extensive override mechanism so this should not be
needed and I think this bug can be closed. You can start it like this:

   systemctl edit thermald.service

Then remove all the lines that you don't want to override,
but keep the section headers intact.