There's an echo in my head

日々のメモ。

Amazon Linuxにstart-stop-daemonをインストール

gccが入っていなければインストールしておく。

yum install -y gcc

start-stop-daemonをCentOSで使うに従ってインストール。

cd /usr/local/src
wget http://developer.axis.com/download/distribution/apps-sys-utils-start-stop-daemon-IR1_9_18-2.tar.gz
tar zxf 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
mv start-stop-daemon /usr/local/sbin
このブログに出てくるコードスニペッツは、引用あるいは断りがない限りMITライセンスです。