跳至内容
菜单
此问题已终结
2 回复
10722 查看

Hi,

Starting openerp-server: /etc/init.d/openerp-server: start-stop-daemon: command not found

Any solution for cent os 6.3

start-stop-daemon --start --quiet --pidfile ${PID} \
    --chuid ${USER} --background --make-pidfile \
    --exec ${PYTPATH} -- ${DAEMON} --config=${CONFIG} \
    --logfile=${LOGFILE}
形象
丢弃
最佳答案

you can install

supervisorctl

its a task manager fro linux based system

形象
丢弃
最佳答案

command this code to install

----------------------------------------------

cd /tmp

rm -rf apps* 
#wget http://www.zorranlabs.com/development/start-stop-daemon/apps-sys-utils-start-stop-daemon-IR1_9_18-2.tar.gz
wget http://developer.axis.com/download/distribution/apps-sys-utils-start-stop-daemon-IR1_9_18-2.tar.gz
tar -xf apps-sys-utils-start-stop-daemon-IR1_9_18-2.tar.gz
cd apps/sys-utils/start-stop-daemon-IR1_9_18-2/
gcc start-stop-daemon.c -o start-stop-daemon
cp start-stop-daemon /usr/sbin/

形象
丢弃
相关帖文 回复 查看 活动
0
6月 25
2
1
6月 23
15600
1
1月 22
2637
0
11月 21
3168
1
7月 21
2690