mirror of
https://github.com/ZSCNetSupportDept/scheduler.git
synced 2025-10-28 04:25:03 +08:00
4 lines
82 B
Bash
4 lines
82 B
Bash
#! /usr/bin/bash
|
|
cd /opt/scheduler
|
|
./scheduler --config ./production.yaml >>./log
|