-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsmartd.xml
44 lines (44 loc) · 1.22 KB
/
smartd.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0"?>
<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
<service_bundle type="manifest" name="smartd">
<service
name="site/smartd"
type="service"
version="1">
<single_instance/>
<dependency
name="filesystem-local"
grouping="require_all"
restart_on="none"
type="service">
<service_fmri value="svc:/system/filesystem/local:default"/>
</dependency>
<exec_method
type="method"
name="start"
exec="/etc/rc3.d/S90-smartd start"
timeout_seconds="60">
<method_context>
<method_credential user="root" group="root"/>
</method_context>
</exec_method>
<exec_method
type="method"
name="stop"
exec="/etc/rc3.d/S90-smartd stop"
timeout_seconds="60">
</exec_method>
<instance name="default" enabled="true"/>
<stability value="Unstable"/>
<template>
<common_name>
<loctext xml:lang="C">
SMART monitoring service (smartd)
</loctext>
</common_name>
<documentation>
<manpage title="smartd" section="1M" manpath="/opt/csw/share/man"/>
</documentation>
</template>
</service>
</service_bundle>