CentOS下安装使用start-stop-daemon

#!/bin/bash

cd /usr/local/src

wget http://developer.axis.com/download/distribution/apps-sys-utils-start-stop-daemon-IR1_9_18-2.tar.gz

tar zxvf 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/

你可能感兴趣的:(CentOS下安装使用start-stop-daemon)