aboutsummaryrefslogtreecommitdiff
path: root/examples/var_service/zcip_if/run (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>
* New example of a service: examples/var_service/zcip_ifDenys Vlasenko2015-10-241-0/+20
Zeroconf for IPv4 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>