Created
March 27, 2014 01:47
-
-
Save daleobrien/9798266 to your computer and use it in GitHub Desktop.
Install start-stop-daemon
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget http://www.hpcf.upr.edu/web/sites/default/files/start-stop-daemon.c | |
gcc start-stop-daemon.c -o start-stop-daemon | |
sudo cp start-stop-daemon /usr/sbin/start-stop-daemon |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment