Re: [OpenWrt-Devel] Q: basefiles: server_check() / start-stop-daemon

2013-11-22 Thread Bastian Bittorf
* Bastian Bittorf bitt...@bluebottle.com [22.11.2013 08:50]: and often we see an 'error' on log, but the daemon runs fine. when checking what service_check() does, i can see that it calls: start-stop-daemon -K -t -- /usr/sbin/olsrd i read my debugging wrong, and it really calls:

[OpenWrt-Devel] Q: basefiles: server_check() / start-stop-daemon

2013-11-21 Thread Bastian Bittorf
in package olsrd we use the call service_start /usr/sbin/olsrd -f $OLSRD_CONFIG_FILE -nofork service_check /usr/sbin/olsrd || logger error and often we see an 'error' on log, but the daemon runs fine. when checking what service_check() does, i can see that it calls: start-stop-daemon -K -t --