Make sure that firstlogin service starts last
This way we avoid that other services messes up our nice and shiny 1st login
This commit is contained in:
parent
a3eac1b29b
commit
94dbd83c62
@ -9,7 +9,7 @@ ConditionPathExists=/boot/armbian_first_run.txt
|
||||
ConditionPathExists=/root/.not_logged_in_yet
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
Type=idle
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/usr/lib/armbian/armbian-firstrun-config
|
||||
TimeoutStartSec=2min
|
||||
|
||||
Loading…
Reference in New Issue
Block a user