Fix amdfan service not starting: edit amdfan.service.in
According to systemd documentation, _final.target_ is
> a special target unit that is used during the shutdown logic and may be used to pull in late services after all normal services are already terminated and all mounts unmounted.
Having the WantedBy=final.target section in the service description thus leads to amdfan **not starting at all** in multi-user.target or graphical.target and instead only during system shutdown, which for sure isn't intended.
As such, change the entry in the service description to _WantedBy=graphical.target_, which actually allows the enabled service to be started when entering graphical mode and thus yield a behavior that is more in line with users' expectations.
合并状态:已合并 合并于 2025-06-09 关闭于 2025-06-09 0 条评论