Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
linux-stretch-root-next-dreamcatcher / lib / systemd / system / firstrun-config.service
Size: Mime:
# 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