Hi steven, for now I solved the problem in this way.
- I created a simple script in '/etc/fonstate' :
#!/bin/sh

. /etc/functions.sh
AICCU_RUN=`ps  | grep aiccu | grep -v grep` 
[ -z "$AICCU_RUN" ] && /etc/init.d/aiccu start

- This script is executed, like Ntpclient, on certain time intervals.

paolo


Steven Leeman wrote:
>
>
> On Tue, Jan 19, 2010 at 5:17 PM, Paolo Valleri <[email protected] 
> <mailto:[email protected]>> wrote:
>
>     Hi Steven, I had already tried but it doen't work. ntpclient start
>     after
>     aiccu.
>     paolo
>
> problem is that the ntpclient is not started at boot...but started as 
> a cron on certain time intervals:
>
> config 'fontimer'
>     option 'action' '/etc/fonstated/RestartNtpclient'
>     option 'period' '17280'
>
> perhaps you'd better create a shell script in /etc/fonstate which you 
> start in fonstated at boot time; but which will first start 
> RestartNtpclient  and then aiccu
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Development mailing list
> [email protected]
> http://fonosfera.org/mailman/listinfo/development
>   


_______________________________________________
Development mailing list
[email protected]
http://fonosfera.org/mailman/listinfo/development

Reply via email to