armbian-build/packages/bsp/common/lib/systemd/system/firstrun.service
2017-07-24 16:38:00 +03:00

17 lines
384 B
Desktop File

# 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
[Service]
Type=simple
RemainAfterExit=yes
ExecStart=/bin/bash /etc/init.d/firstrun start
[Install]
WantedBy=multi-user.target