增加service命令

This commit is contained in:
刘祥超
2021-01-12 11:49:14 +08:00
parent 5491cb6569
commit 42e0103b86
9 changed files with 594 additions and 3 deletions

View File

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