Using start-stop-daemon on CentOS
1 2 3 4 5 6 7 8 9 10 11 |
tar -xf dpkg_1.17.6.tar.xz cd dpkg-1.17.6 # Ubuntu # sudo apt-get install libncurses5-dev libncursesw5-dev sudo yum install ncurses-devel ncurses ./configure make cd utils make cc start-stop-daemon.c -o start-stop-daemon sudo cp start-stop-daemon /usr/local/bin |
Done!
Pingback: Building Your Jsbin Service » Starck Lin()