Repository URL to install this package:
|
Version:
5.37 ▾
|
# Armbian firstrun config service
# This service will run in parallel with other services
[Unit]
Description=Armbian first run optional user configuration
Before=network-pre.target network.target
Wants=NetworkManager.service
After=local-fs.target
ConditionPathExists=/boot/armbian_first_run.txt
ConditionPathExists=/root/.not_logged_in_yet
# This is not supported on Jessie
#ConditionFirstBoot=true
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/bin/bash /usr/lib/armbian/firstrun-config.sh
[Install]
WantedBy=multi-user.target