From 095ddf7669a05b52839ccbfd2c324de718241747 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 3 Oct 2016 23:43:44 +0200 Subject: examples: add example of a DHCP server As usual, by multiplying directories - "dhcpd_eth0", "dhcpd_wlan1" you can run many servers on different interfaces. Signed-off-by: Denys Vlasenko --- examples/var_service/dhcpd_if/p_log | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 examples/var_service/dhcpd_if/p_log (limited to 'examples/var_service/dhcpd_if/p_log') diff --git a/examples/var_service/dhcpd_if/p_log b/examples/var_service/dhcpd_if/p_log new file mode 100755 index 0000000..a2521be --- /dev/null +++ b/examples/var_service/dhcpd_if/p_log @@ -0,0 +1,4 @@ +#!/bin/sh + +cd log/logdir || exit 1 +cat @* current | $PAGER -- cgit v1.1