dhcpcd: tmpfs /var/run/dhcpcd

This commit is contained in:
Cat /dev/Nulo 2022-06-18 15:24:12 -03:00
parent 6e69a63a4c
commit 8437ca9161

View file

@ -1,5 +1,6 @@
add_packages({ "dhcpcd" })
add_symlink("/etc/resolv.conf", "/run/resolv.conf")
modules.fstab.add_tmpfs("/var/lib/dhcpcd")
modules.runit.add_service("dhcpcd", [[#!/bin/sh
exec dhcpcd --nobackground
]])