mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-08-21 16:23:53 +08:00
a765dc1759
* cleanup apt hook * Move VERSION into rootfs overlay * Use broad rootfs overlay copy
13 lines
217 B
Desktop File
13 lines
217 B
Desktop File
[Unit]
|
|
Description=Sets the hostname to the device's serial number
|
|
After=basic.target
|
|
Before=network.target
|
|
|
|
[Service]
|
|
User=root
|
|
Type=oneshot
|
|
ExecStart=/usr/comma/set-hostname.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|