How are Windows services created using Chef?
问题 I have a jar file I'd like to run as a service on Windows, but I don't believe creating a Windows service is supported in Chef: CHEF-3865 How are Chef users adding new services to Windows machines they manage? Powershell? My jar file is for the Jenkins Swarm Plugin, I am dynamically creating new swarm slaves using Chef. 回答1: I was able to get this working using WinSW w/ a new Chef Cookbook. Cookbook Steps: Download jar to node. Download winsw wrapper app to node. Download winsw config file to