mirror of
https://git.disroot.org/pranav/pybatmesh.git
synced 2024-12-28 02:50:20 +05:30
Pranav Jerry
25ac54dfad
Too much configs and args make debugging harder. The class networkd will be used to add config files to the networkd runtime dir after formatting the file with str.format().
10 lines
226 B
SYSTEMD
10 lines
226 B
SYSTEMD
# This is used to check if any ethernet or USB ethernet ports
|
|
# is connected to a router or some other device with a DHCP server.
|
|
# After checking, this file is no longer needed.
|
|
[Match]
|
|
Name=eth*
|
|
Name=en*
|
|
|
|
[Network]
|
|
DHCP=yes
|