Configuring Big Brother as a Solaris 10 Service
Tuesday, August 7th, 2007Tip courtesy of Kyle Reynolds at http://www.camelrichard.org mkdir /var/svc/manifest/application/monitoringcreate the /var/svc/manifest/application/monitoring/bigbrother.xml file. contents of bigbrother.xml (change directories, user, group, and stop/start script paths to fit your install):--------------------------------------------------------------------------------- <?xml version='1.0'?><!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'><!-- bigbrother.xml : BigBrother manifest, Kyle Reynolds 2006-07-02--> <service_bundle type='manifest' name='bigbrother'><service name='application/monitoring/bigbrother' type='service' version='1'> <single_instance /> <dependency name='multi-user-server' grouping='require_any' restart_on='error' type='service'> <service_fmri ...