Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-21 | examples/var_service: use "exec sleep 5" instead of "{ sleep 5; exit; }" | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2019-04-05 | service examples: if iface do not exist, retry upping it | Denys Vlasenko | |
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> | |||
2015-10-24 | New example of a service: examples/var_service/zcip_if | Denys Vlasenko | |
Zeroconf for IPv4 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> |