aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/var_service/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/var_service/README b/examples/var_service/README
index 69e1981fd..2d8928199 100644
--- a/examples/var_service/README
+++ b/examples/var_service/README
@@ -15,7 +15,7 @@ var_service/dhcp_if -
15controls a udhcpc instance which provides dhpc-assigned IP 15controls a udhcpc instance which provides dhpc-assigned IP
16address on interface named "if". Copy/rename this directory as needed to run 16address on interface named "if". Copy/rename this directory as needed to run
17udhcpc on other interfaces (var_service/dhcp_if/run script uses _foo suffix 17udhcpc on other interfaces (var_service/dhcp_if/run script uses _foo suffix
18or the parent directory as interface name). When IP address is obtained or lost, 18of the parent directory as interface name). When IP address is obtained or lost,
19var_service/dhcp_if/dhcp_handler is run. It saves new config data to 19var_service/dhcp_if/dhcp_handler is run. It saves new config data to
20/var/run/service/fw/dhcp_if.ipconf and (re)starts /var/service/fw service. 20/var/run/service/fw/dhcp_if.ipconf and (re)starts /var/service/fw service.
21This example can be used as a template for other dynamic network link services 21This example can be used as a template for other dynamic network link services