Add minimal description for the systemd units

This commit is contained in:
zador-blood-stained 2017-01-18 20:58:50 +03:00
parent 82420e4eb8
commit df6265794f
2 changed files with 9 additions and 0 deletions

View File

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

View File

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