此命令是upstart脚本的一部分,该脚本曾用于ubuntu 12.04,10.04.
sudo start-stop-daemon –start –make-pidfile –pidfile /var/run/mk_order_handler.pid –chuid ubuntu –exec /data2/src/jeapps/sites/crons_index.PHP workers/mk_order_handler
我刚刚将系统升级到14.04并且upstart脚本停止工作.当我手动执行start-stop-daemon命令时,我得到Exec格式错误.
我能看到的唯一区别是,脚本放在一个单独的块设备中.它会引起问题吗?我怎么能修复这个错误?
我刚刚遇到了同样的问题,在我的情况下,由于我的脚本在第一行中没有#!/ bin / bash.
原文链接:https://www.f2er.com/ubuntu/347426.html