7 lines
146 B
Plaintext
Executable File
7 lines
146 B
Plaintext
Executable File
#!/bin/openrc-run
|
|
description="DHCP Client Daemon"
|
|
command="/bin/dhcpcd"
|
|
command_args="-M"
|
|
command_args_background="-b"
|
|
pidfile="/run/dhcpcd/pid"
|