Kernel 6.5 armbian-led-state.service order

A change to ledtrig_netdev causes the boot to fail on Orangepi-r1plus-lts and possibly other boards. The board boots and LED netdev trigger works if service is modified to use After=timers.target.
This commit is contained in:
schwar3kat 2023-09-04 12:33:20 +12:00 committed by Igor
parent 462df63f6d
commit 169155cdd2

View File

@ -4,8 +4,7 @@
[Unit]
Description=Armbian leds state
Before=sysinit.target
After=local-fs.target
After=timers.target
Conflicts=shutdown.target
DefaultDependencies=no