diff options
-rw-r--r-- | examples/var_service/README | 2 |
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 - | |||
15 | controls a udhcpc instance which provides dhpc-assigned IP | 15 | controls a udhcpc instance which provides dhpc-assigned IP |
16 | address on interface named "if". Copy/rename this directory as needed to run | 16 | address on interface named "if". Copy/rename this directory as needed to run |
17 | udhcpc on other interfaces (var_service/dhcp_if/run script uses _foo suffix | 17 | udhcpc on other interfaces (var_service/dhcp_if/run script uses _foo suffix |
18 | or the parent directory as interface name). When IP address is obtained or lost, | 18 | of the parent directory as interface name). When IP address is obtained or lost, |
19 | var_service/dhcp_if/dhcp_handler is run. It saves new config data to | 19 | var_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. |
21 | This example can be used as a template for other dynamic network link services | 21 | This example can be used as a template for other dynamic network link services |