Files
agnos-builder/userspace/root/lib/systemd/system/serial-hostname.service
T
2026-04-30 18:21:06 -07:00

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