13 lines
214 B
Desktop File
13 lines
214 B
Desktop File
[Unit]
|
|
Description=Armbian first run tasks
|
|
After=local-fs.target network.target
|
|
Before=getty.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/etc/init.d/firstrun start
|
|
|
|
[Install]
|
|
WantedBy=basic.target
|