build/scripts/firstrun.service
2017-01-18 20:58:50 +03:00

16 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