mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-26 21:55:19 +02:00
4 lines
75 B
Bash
4 lines
75 B
Bash
#!/bin/sh
|
|
exec 2>&1
|
|
[ -r conf ] && . ./conf
|
|
exec dhcpcd -B eth0 $OPTS 1>&2
|