-
Notifications
You must be signed in to change notification settings - Fork 263
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix overflow problem of status duration (#117)
* 增加linux-amd64下快捷启动脚本 # ----------------------------------------------------------------- # 应用场景:本脚本需配合jiacrontab v2.2.0+ 版本使用 # (https://jiacrontab.iwannay.cn/download/jiacrontab-v2.2.0-linux-amd64.zip) # # 部署方法:1、解压上述zip包; 2、将本脚本放入解压后的目录终呈如下结构 # # [root@localhost jiacrontab]# pwd /data/wwwroot/jiacrontab # [root@localhost jiacrontab]# ll # 总用量 16 # drwxr-xr-x 3 root www 4096 8月 11 08:27 jiacrontab_admin # drwxr-xr-x 4 root www 4096 8月 11 14:24 jiacrontabd # -rwx--x--x 1 root root 7163 8月 13 01:12 service # # 使用方法: ./service [start|stop|status|restart] # ----------------------------------------------------------------- # -----配置项 start----- # 提供进程搜索关键字(即: "jiacrontab_admin"与“jiacrontab_admin” 在公共关键字部分,用于shell grep 过滤) APP_KEYWORDS=jiacrontab # 提供web前端服务的脚本文件(目录)名(对应: ./jiacrontab_admin/jiacrontab_admin) ADMIN_SCRIPT_NAME=jiacrontab_admin # 任务调度服务脚本文件(目录)名(对应: ./jiacrontabd/jiacrontabd) BD_SCRIPT_NAME=jiacrontabd # -----配置项 end----- * Update service - * Update service - * Rename service to jiacrontabctl rename the script file. * Update jiacrontabctl * Update jiacrontabctl * Update jiacrontabctl * Update jiacrontabctl * 优化版 * Fix overflow problem of status duration
- Loading branch information
1 parent
d30f70b
commit 7cc0374
Showing
1 changed file
with
57 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters