Updated sources and moved configuration to its own folder

This commit is contained in:
Alexander Hill
2025-10-13 13:29:12 -04:00
parent d953c8fca2
commit d97f4abeb3
24 changed files with 395 additions and 1178 deletions

6
root/etc/init.d/dhcpcd Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/openrc-run
description="DHCP Client Daemon"
command="/bin/dhcpcd"
command_args="-M"
command_args_background="-b"
pidfile="/run/dhcpcd/pid"