增加service命令

This commit is contained in:
GoEdgeLab
2021-01-12 11:49:14 +08:00
parent 27e3a7badb
commit 5437fdcdae
9 changed files with 594 additions and 3 deletions

View File

@@ -13,4 +13,6 @@ const (
EncryptMethod = "aes-256-cfb"
ErrServer = "服务器出了点小问题,请稍后重试"
SystemdServiceName = "edge-api"
)