mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-11-30 02:48:17 +08:00
jpom service
This commit is contained in:
parent
e267243775
commit
0a3afdde8e
@ -29,17 +29,17 @@ RUN_PATH="JPOM_RUN_PATH"
|
||||
|
||||
# 启动程序
|
||||
function start() {
|
||||
${RUN_PATH} start
|
||||
sh ${RUN_PATH} start
|
||||
}
|
||||
|
||||
# 停止程序
|
||||
function stop() {
|
||||
${RUN_PATH} stop
|
||||
sh ${RUN_PATH} stop
|
||||
}
|
||||
|
||||
# 获取程序状态
|
||||
function status() {
|
||||
${RUN_PATH} status
|
||||
sh ${RUN_PATH} status
|
||||
}
|
||||
|
||||
# 提示使用语法
|
||||
|
Loading…
Reference in New Issue
Block a user