mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-21 06:11:31 +00:00
16 lines
384 B
Desktop File
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
|