mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-25 13:15:12 +02:00
4 lines
116 B
Bash
4 lines
116 B
Bash
#!/bin/sh
|
|
[ -r conf ] && . ./conf
|
|
touch /var/lib/dhcp/dhcpd.leases
|
|
exec dhcpd -f ${OPTS:=-6 -q -pf /run/dhcpd6.pid}
|