summaryrefslogtreecommitdiff
path: root/manifest-import/debian/control
blob: 22af5c49f98c4474c63a301b1d8f46097def50bb (plain)
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
Source: manifest-import
Section: admin
Priority: required
Maintainer: Igor Pashev <pashev.igor@gmail.com>
Build-Depends:
 dh-illumos,
 illumos-source-2.10,
 libscf-dev,
 libuutil-dev,
 quilt,
Standards-Version: 3.9.3
Homepage: https://www.illumos.org
 
Package: manifest-import
Priority: required
Essential: yes
Section: admin
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: SMF manifest importing service
 This package provides scripts, utilities and SMF services
 for importing other SMF services. Manifest importing happens
 in these cases:
    - early manifest import by svc.startd
    - normal manifest import by svc:/system/manifest-import:default
 .
 Service Management Facility (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.