mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-13 17:54:12 +01:00
13 lines
344 B
Desktop File
13 lines
344 B
Desktop File
[Unit]
|
|
Description=Set hostname to MycroftOS-[MAC]
|
|
Before=systemd-networkd.service
|
|
Before=avahi-daemon.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStartPre=/bin/psplash-write "MSG Setting up hostname"
|
|
ExecStart=/bin/sh -c "hostnamectl set-hostname MycroftOS-`sed 's/://g' /sys/class/net/eth0/address | tail -c 7`"
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|