102 lines
2.0 KiB
JSON
102 lines
2.0 KiB
JSON
{
|
|
"name": "runit",
|
|
"description": "Installs runit and provides runit_service definition",
|
|
"long_description": "",
|
|
"maintainer": "Opscode, Inc.",
|
|
"maintainer_email": "cookbooks@opscode.com",
|
|
"license": "Apache 2.0",
|
|
"platforms": {
|
|
"ubuntu": ">= 0.0.0",
|
|
"debian": ">= 0.0.0",
|
|
"gentoo": ">= 0.0.0"
|
|
},
|
|
"dependencies": {
|
|
},
|
|
"recommendations": {
|
|
},
|
|
"suggestions": {
|
|
},
|
|
"conflicting": {
|
|
},
|
|
"providing": {
|
|
},
|
|
"replacing": {
|
|
},
|
|
"attributes": {
|
|
"runit": {
|
|
"display_name": "Runit",
|
|
"description": "Hash of runit attributes",
|
|
"type": "hash",
|
|
"choice": [
|
|
|
|
],
|
|
"calculated": false,
|
|
"required": "optional",
|
|
"recipes": [
|
|
|
|
]
|
|
},
|
|
"runit/sv_bin": {
|
|
"display_name": "Runit sv bin",
|
|
"description": "Location of the sv binary",
|
|
"default": "/usr/bin/sv",
|
|
"choice": [
|
|
|
|
],
|
|
"calculated": false,
|
|
"type": "string",
|
|
"required": "optional",
|
|
"recipes": [
|
|
|
|
]
|
|
},
|
|
"runit/chpst_bin": {
|
|
"display_name": "Runit chpst bin",
|
|
"description": "Location of the chpst binary",
|
|
"default": "/usr/bin/chpst",
|
|
"choice": [
|
|
|
|
],
|
|
"calculated": false,
|
|
"type": "string",
|
|
"required": "optional",
|
|
"recipes": [
|
|
|
|
]
|
|
},
|
|
"runit/service_dir": {
|
|
"display_name": "Runit service directory",
|
|
"description": "Symlinks to services managed under runit",
|
|
"default": "/etc/service",
|
|
"choice": [
|
|
|
|
],
|
|
"calculated": false,
|
|
"type": "string",
|
|
"required": "optional",
|
|
"recipes": [
|
|
|
|
]
|
|
},
|
|
"runit/sv_dir": {
|
|
"display_name": "Runit sv directory",
|
|
"description": "Location of services managed by runit",
|
|
"default": "/etc/sv",
|
|
"choice": [
|
|
|
|
],
|
|
"calculated": false,
|
|
"type": "string",
|
|
"required": "optional",
|
|
"recipes": [
|
|
|
|
]
|
|
}
|
|
},
|
|
"groupings": {
|
|
},
|
|
"recipes": {
|
|
"runit": "Installs and configures runit"
|
|
},
|
|
"version": "0.15.0"
|
|
} |