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
# install tinydns (djbdns) & daemontools on ubuntu 14.04 | |
apt-get -y install daemontools | |
apt-get -y install daemontools-run | |
apt-get -y install ucspi-tcp | |
apt-get -y install djbdns | |
mkdir -p /etc/service | |
# NOTE: installing daemontools-run takes care of this, else |
OlderNewer