etc/systemd/system/hostname.service hinzugefügt
This commit is contained in:
11
etc/systemd/system/hostname.service
Normal file
11
etc/systemd/system/hostname.service
Normal 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
|
||||
Reference in New Issue
Block a user