Start the daemon after multi-user.target instead of before

It's not critical for the boot process in any way, and this should
help with any race conditions form kernel modules still setting
up anything related devices after the initial device uevent.
This commit is contained in:
Mario Limonciello 2024-08-04 13:27:47 -05:00
parent c180150896
commit 8277adb7cd

View file

@ -1,7 +1,7 @@
[Unit]
Description=Power Profiles daemon
Conflicts=tuned.service tlp.service auto-cpufreq.service system76-power.service
Before=multi-user.target display-manager.target
After=multi-user.target display-manager.target
[Service]
Type=dbus