Golang服务程序daemon化踩坑记录

WangRichard ·
2楼 <a href="/user/ChuhC" title="@ChuhC">@ChuhC</a> 不知道呢 有好办法您回楼主,不需要多嘴多舌的来怼我
#3
更多评论
## 有现成的daemon包可以使用 #### 首先运行 ```go go get github.com/icattlecoder/godaemon ``` #### 在main包下 ```go _ &#34;github.com/icattlecoder/godaemon&#34; ``` #### 运行命令 编译后,可以直接daemon运行 ```go ./example -d=true ```
#1
你这只是后台,知不知道什么是daemon进程?
#2