marek-sezemsky / coreemu

Automatically exported from code.google.com/p/coreemu
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

validate commands run before startup commands when service start time is specified #189

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
http://pf.itd.nrl.navy.mil/pipermail/core-users/2013-March/001178.html

if I add a  start time delay to a service the validate commands should run 
after that delay. It seems that validate commands run before the service is 
started up if this delay is present.

Original issue reported on code.google.com by ahrenh...@gmail.com on 8 Mar 2013 at 4:00

GoogleCodeExporter commented 9 years ago
consider start time in CoreServices.validatenodeservice()

bootnodeservices() considers start time and schedules bootnodeservice()

bootnodeservice() could invoke validateservice() after the service starts; 
node.cmd(... wait=False) is used, but that could be improved

Original comment by ahrenh...@gmail.com on 28 Jul 2014 at 4:56