diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-07-12 05:33:01 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-07-12 05:33:01 +0000 |
commit | db7e83c95875fdc630a4014b323f9fbec205ba6c (patch) | |
tree | 41e0ec15c6c8fc4a6abdfa8179327fa083a8729e /examples/source/udhcpc-eth3/run | |
parent | 1cdd470038332a0355d7923483fc7b23cd7e8b7a (diff) | |
download | s6-rc-db7e83c95875fdc630a4014b323f9fbec205ba6c.tar.xz |
Added the example source.
Diffstat (limited to 'examples/source/udhcpc-eth3/run')
-rwxr-xr-x | examples/source/udhcpc-eth3/run | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/source/udhcpc-eth3/run b/examples/source/udhcpc-eth3/run new file mode 100755 index 0000000..8b4650a --- /dev/null +++ b/examples/source/udhcpc-eth3/run @@ -0,0 +1,5 @@ +#!/command/execlineb -P +fdmove -c 2 1 +s6-envdir -I env +import -uD 1.2.3.4 IP +udhcpc -f -C -i eth3 -x lease:86400 -r $IP -s /etc/udhcpc/udhcpc-script |