armbian-build/scripts/firstrun.service
2017-01-16 21:53:36 +03:00

12 lines
210 B
Desktop File

[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