cron 标签在 ubuntu 16.04 中不起作用

cron 标签在 ubuntu 16.04 中不起作用

我想让我的应用程序在服务器重启时自动运行,

按照我的代码将 shell 脚本添加到 crontab。

# m h  dom mon dow   command
@reboot sh ~/start.sh

start.sh 包含运行 django 应用程序

日志是:

(CRON) INFO (pidfile fd = 3)
(CRON) INFO (Running @reboot jobs)
(root) CMD (/home/shiva/start.sh)
(shiva) CMD (sh ~/start.sh)
(CRON) info (No MTA installed, discarding output)
(CRON) info (No MTA installed, discarding output) 

相关内容