Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
orangepi-xunlong
GitHub Repository: orangepi-xunlong/orangepi-build
Path: blob/next/external/packages/bsp/common/lib/systemd/system/orangepi-firstrun.service
14576 views
# Orange Pi firstrun service
# Regenerates the SSH keys and performs additional first run tweaks
# This service will run in parallel with other services

[Unit]
Description=Orange Pi first run tasks
Before=getty.target system-getty.slice

[Service]
Type=simple
RemainAfterExit=yes
ExecStart=/usr/lib/orangepi/orangepi-firstrun start
TimeoutStartSec=2min

[Install]
WantedBy=multi-user.target