aboutsummaryrefslogtreecommitdiff
path: root/examples/var_service/dhcp_if (follow)
Commit message (Collapse)AuthorAgeFilesLines
* examples/var_service/dhcp_if: make helper scripts more talkativeDenys Vlasenko2022-05-124-10/+16
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* examples/var_service: use "exec sleep 5" instead of "{ sleep 5; exit; }"Denys Vlasenko2019-04-211-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* service examples: if iface do not exist, retry upping itDenys Vlasenko2019-04-051-2/+2
| | | | | | | | | | I've had a case of a machine where eth0 was appearing a bit later after the boot, and appearing _downed_. ifplugd then fails to detect "link up". Thus, depending on how service startup ("ip link set dev eth0 up") races with driver initialization, ethernet randomly fails to initialize on boot. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* dhcp service example: rewrite "private network to mask" as case statementDenys Vlasenko2019-02-081-8/+13
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* dhcp service example: cater for servers hot giving subnet and/or routerDenys Vlasenko2019-02-051-0/+19
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* examples/var_service/: use standard logger script, viewer and pager scriptsDenys Vlasenko2018-07-034-33/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* examples/var_service/: use "svc" for service commands, other tweaksDenys Vlasenko2018-07-032-6/+6
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko2017-04-171-1/+1
| | | | | | By klemens <ka7@github.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* update network service examplesDenys Vlasenko2015-10-244-8/+26
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Improve examples/var_service READMEsDenys Vlasenko2014-02-211-0/+5
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* whitespace fixesDenys Vlasenko2010-01-251-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix examples which used non-standard cut -b0-NNNDenys Vlasenko2010-01-181-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix 'not not' in commentDenys Vlasenko2009-11-091-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* tweak service examples a bit (less verbose comment in dhcp_if)Denys Vlasenko2009-11-091-35/+27
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* tweak dhcp service example - add ntp configurationDenys Vlasenko2009-11-093-53/+84
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* adding example runit-style service directoryDenys Vlasenko2009-11-066-0/+187
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>