data/service/hostname.service aktualisiert

This commit is contained in:
2024-12-13 08:40:14 +01:00
parent 94d5562993
commit 9f8c063290

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