This website requires JavaScript.
Explore
Help
Register
Sign In
snailed
/
void-packages
Watch
2
Star
0
Fork
You've already forked void-packages
0
Code
Issues
1
Pull Requests
1
Actions
Activity
662eea5a0f
void-packages
/
srcpkgs
/
dhcpcd
/
files
/
dhcpcd-eth0
/
run
4 lines
65 B
Plaintext
Raw
Normal View
History
Unescape
Escape
dhcpcd: add runit services.
2014-10-13 11:52:12 +02:00
#!/bin/sh
dhcpcd: accept optional service/conf in the runit services.
2015-02-10 09:19:36 +01:00
[ -r conf ] && . ./conf
dhcpcd: redirect msgs to stderr instead.
2015-03-27 07:39:59 +01:00
exec dhcpcd -B eth0 $OPTS 1>&2