尝试将“IPFS守护程序”添加为窗口服务。
这是我试过的:
SC命令:
sc.exe create IPFS binpath= "\"C:\Program Files\go-ipfs\ipfs.exe\" \"daemon\"" DisplayName= "IPFS" start= "auto"
输出:
[SC] CreateService SUCCESS
service.msc中的“执行路径”反映为:
"C:\Program Files\go-ipfs\ipfs.exe" "daemon"
此路径是正确的,如果我输入cmd,则运行IPFS守护程序。
但是,当我使用“NET START IPFS”开始服务时,它说
The service is not responding to the control function.
More help is available by typing NET HELPMSG 2186.