Files
agnos-builder/userspace/files/serial-hostname.service
T
2022-09-23 11:55:06 -07:00

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