12 lines
231 B
Desktop File
12 lines
231 B
Desktop File
[Unit]
|
|
Description = Create host name from ethernet address
|
|
Before=ifup@end0.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart = /usr/bin/bash /home/l_samenv/boxtools/sethostname.sh
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy = network.target
|