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
2
Actions
Activity
51cd9e3bc2
void-packages
/
srcpkgs
/
dhcpcd
/
files
/
dhcpcd-eth0
/
run
4 lines
60 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
exec dhcpcd -B eth0 $OPTS