[rescue] Solaris 10 management facility
Mike Meredith
mike at redhairy1.demon.co.uk
Tue Jul 26 16:06:26 CDT 2005
On Tue, 26 Jul 2005 16:05:44 -0400, Ido Dubrawsky wrote:
> I'm trying to setup an Apache 2.0.54 server on a Solaris 10 Ultra 5.
> svc:/network/http:apache2> setprop dependents/http_multi-user-server =
Never thought of doing it that way.
I prefer editing the XML files directly and re-importing them. Just copy
the standard apache XML file somewhere (/var/svc/manifest/site?) and add
the dependency just after '<single_instance/>' :-
<dependency
name='filesystem'
grouping='require_all'
restart_on='none'
type='service'>
<service_fmri value='svc:/system/filesystem/local' />
</dependency>
'filesystem/local' might be a better choice than 'multi-user-server',
but I'm hardly an expert ... my exim manifest isn't working quite right
yet.
More information about the rescue
mailing list