0 以服务的方式运行MinDoc
Minho edited this page 2018-03-15 15:33:42 +08:00
This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

MinDoc 0.4以上版本支持在Linux和Windows上以服务的方式后台执行命令如下

安装服务

./mindoc_linux_amd64 service install 

卸载服务

./mindoc_linux_amd64 service remove

执行服务安装后,会创建一个以 mindocd 为服务名的服务。

需要以管理员权限运行