data/hostname.service aktualisiert

This commit is contained in:
2024-12-13 07:35:49 +01:00
parent 42420cdc5a
commit e1d817f09a

11
data/hostname.service Normal file
View File

@@ -0,0 +1,11 @@
[Unit]
Description=Set Hostname from DHCP
After=network.target
[Service]
Type=oneshot
ExecStart=/usr/bin/custom/hostname
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target