service management on windows with scoop

This commit is contained in:
Deepak Pujari 2016-12-14 15:23:07 +05:30
parent afd41b266b
commit 629d817429

15
service.json Normal file
View File

@ -0,0 +1,15 @@
{
"homepage": "http://tools.sysprogs.org/srvman/",
"version": "1.0",
"architecture": {
"64bit": {
"url": "https://raw.githubusercontent.com/deepakSP/srvman/master/x64/srvman.exe"
},
"32bit": {
"url": "https://raw.githubusercontent.com/deepakSP/srvman/master/x86/srvman.exe"
}
},
"bin": [ "srvman.exe", [ "srvman.exe", "service" ] ],
"checkver": "Current Release: Version ([0-9\\.]+)",
"notes" : "Always use sudo to start, stop or edit ig. [ sudo srvman start nginx or sudo service restart apache ]. \n Visit http://tools.sysprogs.org/srvman/ for more info"
}