>> Ian Batten writes: >>> If I set restart_on='refresh' (or similar) against a type='path', >>> file://localhost/some/file >>> FMRI, what does it actually mean? The smtp:sendmail manifest does >>> this against sendmail.cf, for example. What's the difference >>> between restart_on='refresh' and restart_on='none'? >>>
I don't think SMF does any rechecking with file dependencies. See http://bugs.opensolaris.org/view_bug.do?bug_id=5106165 "The lack of re-check of file: dependencies renders them mostly useless." This is why some services with file dependencies go into maintenance and some time later the file becomes available and the service doesn't get repaired. CT