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'? > > ian > > > This message posted from opensolaris.org > _______________________________________________ > smf-discuss mailing list > smf-discuss at opensolaris.org
restart_on The type of events from the FMRIs that the service should be restarted for. "error" restarts the service if the dependency is restarted due to hardware fault. "restart" restarts the service if the dependency is restarted for any reason, including hardware fault. "refresh" restarts the service if the dependency is refreshed or restarted for any reason. "none" will never restart the service due to dependency state changes. tom