Files
boxtools/to_system/etc/systemd/system/sethostname.service
2025-07-10 13:14:47 +02:00

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