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:
Igor Pecovnik 2021-01-26 09:12:59 +01:00
parent a3eac1b29b
commit 94dbd83c62

View File

@ -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