Kubernetes/Docker/Dockerfile/Aliyun-dns-sync/File/start.sh

7 lines
89 B
Bash
Raw Permalink Normal View History

2024-08-07 10:54:39 +00:00
#!/bin/bash
# 启动 cron
service cron start
# 查看日志
tail -f /var/log/python.log