mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
service management on windows with scoop
This commit is contained in:
parent
afd41b266b
commit
629d817429
15
service.json
Normal file
15
service.json
Normal 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"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user