mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-08-24 01:33:53 +08:00
a765dc1759
* cleanup apt hook * Move VERSION into rootfs overlay * Use broad rootfs overlay copy
6 lines
142 B
Plaintext
6 lines
142 B
Plaintext
[Service]
|
|
ExecStartPre=
|
|
ExecStartPre=/bin/mkdir -p /data/etc/ssh/
|
|
ExecStartPre=/usr/bin/ssh-keygen -A -f /data
|
|
ExecStartPre=/usr/sbin/sshd -t
|