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    
Size: Mime:
# 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