Add minimal description for the systemd units
This commit is contained in:
parent
82420e4eb8
commit
df6265794f
@ -1,3 +1,8 @@
|
||||
# Armbian firstrun service
|
||||
# Creates the swap file, regenerates the SSH keys,
|
||||
# performs additional first run tweaks
|
||||
# This service will run in parallel with other services
|
||||
|
||||
[Unit]
|
||||
Description=Armbian first run tasks
|
||||
Before=getty.target system-getty.slice
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
# Armbian resize2fs service
|
||||
# Resizes partition and filesystem on first/second boot
|
||||
# This service will block the boot process for up to 5 minutes
|
||||
|
||||
[Unit]
|
||||
Description=Armbian filesystem resize service
|
||||
Before=basic.target
|
||||
|
||||
Loading…
Reference in New Issue
Block a user