redhat下没装start-stop-daemon,手工编译安装的note
1,下载
wget http://developer.axis.com/download/distribution/apps-sys-utils-start-stop-daemon-IR1_9_18-2.tar.gz
2,gcc
gcc start-stop-daemon.c -o start-stop-daemon
3,把start-stop-daemon放到/usr/local/bin下
发布时间: 2012-09-05 15:19:35 作者: rapoo
redhat下没装start-stop-daemon,手工编译安装的note
1,下载
wget http://developer.axis.com/download/distribution/apps-sys-utils-start-stop-daemon-IR1_9_18-2.tar.gz
2,gcc
gcc start-stop-daemon.c -o start-stop-daemon
3,把start-stop-daemon放到/usr/local/bin下