This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version='1.0'?> | |
<!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'> | |
<service_bundle type='manifest' name='export'> | |
<service name='application/zabbix-agent' type='service' version='0'> | |
<single_instance/> | |
<dependency name='fs-local' grouping='require_all' restart_on='none' type='service'> | |
<service_fmri value='svc:/system/filesystem/local'/> | |
</dependency> | |
<exec_method name='start' type='method' exec='/opt/csw/sbin/amd64/zabbix_agentd -c /etc/opt/csw/zabbix_agentd.conf' timeout_seconds='60'> | |
<method_context/> |
NewerOlder