文件名称:nssm:厨师食谱安装非吸吮服务管理器
文件大小:23KB
文件格式:ZIP
更新时间:2024-05-18 23:10:09
chef nssm Ruby
NSSM食谱 本菜谱将安装Non-Sucking服务管理器( ),并公开用于install和remove Windows服务的资源。 要求 厨师12.7+ 平台 视窗 用法 将recipe[nssm]添加到运行列表。 快速开始 要安装Windows服务: nssm 'service name' do program 'C:\Windows\System32\java.exe' args '-jar C:/path/to/my-executable.jar' action :install end 删除Windows服务: nssm 'service name' do action :remove end 使用参数 参数是代表与控制相关功能的注册表项相同名称的哈希键。 因此,例如,以下内容为服务设置了启动目录,I / O重定向和文件旋转: nssm 'servic
【文件预览】:
nssm-master
----.kitchen.yml(363B)
----.gitignore(64B)
----libraries()
--------nssm.rb(2KB)
----resources()
--------service.rb(4KB)
--------install_noop.rb(315B)
--------service_noop.rb(996B)
--------install.rb(1KB)
----.travis.yml(420B)
----CONTRIBUTING.md(874B)
----.rubocop.yml(261B)
----LICENSE(1KB)
----CHANGELOG.md(1KB)
----spec()
--------unit()
--------spec_helper.rb(1019B)
----README.md(3KB)
----appveyor.yml(897B)
----Berksfile(164B)
----.kitchen.appveyor.yml(357B)
----Gemfile(276B)
----.travis()
--------client.pem.enc(2KB)
----attributes()
--------default.rb(290B)
----metadata.rb(428B)
----Rakefile(350B)
----test()
--------integration()
--------fixtures()
----recipes()
--------default.rb(127B)