move 'apu_system' back to 'to_system'

This commit is contained in:
l_samenv
2024-05-14 11:17:50 +02:00
parent ae5a7d7afd
commit eac314346f
3 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,12 @@
[Unit]
Description = Create host name from ethernet address
Wants=network-pre.target
Before=network.pre-target
[Service]
Type=oneshot
ExecStart = /usr/bin/bash /home/l_samenv/boxtools/sethostname.sh
RemainAfterExit=yes
[Install]
WantedBy = network.target