Commit graph

4 commits

Author SHA1 Message Date
Nicola Fiori 8c93b68f66 Change back to suggesting systemctl, note down quirk 2022-10-20 19:14:49 +01:00
Nicola Fiori aedbc17ecc
Replace suggestion of using systemctl edit
Editing `ExecStart=` with `systemctl edit` did
not work for me. Running
`systemctl restart thermald.service` afterwards
was giving errors every time with reason "Unit
thermald.service has a bad unit file setting".

By running `systemctl status thermald.service`,
I was reading this error:

    redis.service has more than one ExecStart=
    setting, which is only allowed for
    Type=oneshot services. Refusing.

By looking through the Internet for answers,
I found a suggestion from a user saying that
"The `ExecStart=` line cannot be modified with
`systemctl edit`"
(https://unix.stackexchange.com/questions/409354).

What worked was replacing the thermald.service file
directly to `/etc/systemd/system/` and
`/usr/lib/systemd/system` worked, as suggested
in the README.md present in the folder containing
example configurations for Surface Pro 5 from
this repository.
2022-10-20 18:19:24 +01:00
Maximilian Luz cdd9778b2a
contrib/thermald: Use a coherent structure 2021-08-25 13:50:48 +02:00
Maximilian Luz 941b924f0a
Add example thermald configuration 2021-04-20 15:48:57 +02:00