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
|
Source: smf-tools
Section: libs
Priority: optional
Maintainer: Igor Pashev <pashev.igor@gmail.com>
Build-Depends:
dh-illumos,
illumos-source-2.10,
libcontract1-dev,
libnvpair1-dev,
libscf1-dev,
libtecla1-dev,
libumem1-dev,
libuutil1-dev,
libxml2-dev,
libzonecfg1-dev,
flex,
quilt,
Standards-Version: 3.9.3
Homepage: https://www.illumos.org
Package: smf-tools
Essential: yes
Priority: required
Section: admin
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: service management facility (SMF): administrative tools
SMF is a framework that handles system boot-up, process management, and
self-healing. It addresses the shortcomings of startup scripts and creates
an infrastructure to manage daemons after the host has booted.
.
This package includes:
svcs - service status listing,
svcadm - administrative actions such as enable/disable a service,
svccfg - property modification, can be batch or interactive mode,
svcprop - property reporting, suitable for scripting.
|