mirror of
https://github.com/webmin/webmin.git
synced 2026-06-22 12:10:28 +01:00
This PR adds baseline Alpine Linux support in Webmin with OS detection, APK package and update backend, OpenRC boot integration, ifupdown-style networking support and DHCPD defaults. https://github.com/webmin/webmin/issues/2353
18 lines
373 B
Plaintext
18 lines
373 B
Plaintext
dhcpd_conf=/etc/dhcp/dhcpd.conf
|
|
pid_file=/var/run/dhcp/dhcpd.pid
|
|
dhcpd_path=/usr/sbin/dhcpd
|
|
lease_file=/var/lib/dhcp/dhcpd.leases
|
|
lease_sort=0
|
|
dhcpd_nocols=5
|
|
lease_tz=0
|
|
start_cmd=/etc/init.d/dhcpd start
|
|
stop_cmd=/etc/init.d/dhcpd stop
|
|
restart_cmd=/etc/init.d/dhcpd restart
|
|
show_ip=0
|
|
show_mac=0
|
|
group_name=0
|
|
display_max=100
|
|
desc_name=0
|
|
interfaces_type=alpine
|
|
lease_vendor=0
|