13 lines
248 B
Desktop File
13 lines
248 B
Desktop File
[Unit]
|
|
Description = Create host name from ethernet address
|
|
Wants=network-pre.target
|
|
Before=network.pre-target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart = /usr/bin/bash /root/aputools/sethostname.sh
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy = network.target
|