Skip to content

Fix amdfan service not starting: edit amdfan.service.in #43

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 9, 2025

Conversation

DiabeticCrab
Copy link
Contributor

@DiabeticCrab DiabeticCrab commented Jun 8, 2025

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.

Change the entry in the service description to graphical.target, which actually allows amdfan to get started when powering up the system.
@mcgillij mcgillij merged commit 237a929 into mcgillij:main Jun 9, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants