mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-07-10 01:02:08 +08:00
12 lines
205 B
Desktop File
12 lines
205 B
Desktop File
[Unit]
|
|
Description=Sets the hostname to the device's serial number
|
|
After=NetworkManager.service
|
|
|
|
[Service]
|
|
User=root
|
|
Type=oneshot
|
|
ExecStart=/usr/comma/set-hostname.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|