mirror of
https://gitlab.freedesktop.org/upower/power-profiles-daemon.git
synced 2025-12-20 04:30:09 +01:00
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:
parent
c180150896
commit
8277adb7cd
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue