aboutsummaryrefslogtreecommitdiff
path: root/examples/var_service/zcip_if (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* 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-4/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* tweak zcip service exampleDenys Vlasenko2015-10-241-0/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* update network service examplesDenys Vlasenko2015-10-243-2/+16
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* New example of a service: examples/var_service/zcip_ifDenys Vlasenko2015-10-247-0/+122
Zeroconf for IPv4 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>