Compare commits
1 Commits
9cf4111af7
...
47965c0262
Author | SHA1 | Date |
---|---|---|
|
47965c0262 |
|
@ -1,5 +1,10 @@
|
|||
# A sample configuration for dhcpcd.
|
||||
# See dhcpcd.conf(5) for details.
|
||||
{% if dhcpcd_nodev %}
|
||||
|
||||
# Disable device management to avoid "libudev: received NULL device" log spam
|
||||
nodev
|
||||
{% endif %}
|
||||
|
||||
# Allow users of this group to interact with dhcpcd via the control socket.
|
||||
{% if dhcpcd_controlgroup is defined %}
|
||||
|
|
Loading…
Reference in New Issue