From df6265794f9fb9cd7909b976d42b009ca5b851c6 Mon Sep 17 00:00:00 2001 From: zador-blood-stained Date: Wed, 18 Jan 2017 20:58:50 +0300 Subject: [PATCH] Add minimal description for the systemd units --- scripts/firstrun.service | 5 +++++ scripts/resize2fs.service | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/scripts/firstrun.service b/scripts/firstrun.service index 2446c8042f..47230a15f9 100644 --- a/scripts/firstrun.service +++ b/scripts/firstrun.service @@ -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 diff --git a/scripts/resize2fs.service b/scripts/resize2fs.service index 4b0ed50508..2101159581 100644 --- a/scripts/resize2fs.service +++ b/scripts/resize2fs.service @@ -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