semuanya sama tinggal dilengkapi yg dibawah inih :
echo gcc -O2 -include /usr/include/errno.h > conf-cc
Compile and set up the daemontools programs:
package/install
vim /etc/event.d/svscan
then insert:
-------------
# svscan - daemontools
# https://bugs.launchpad.net/ubuntu/+source/daemontools-installer/+bug/66615
#
start on runlevel 2
start on runlevel 3
start on runlevel 4
start on runlevel 5
stop on runlevel 0
stop on runlevel 1
stop on runlevel 6
respawn
exec /command/svscanboot
--------
then (you might need to reboot)
initctl start svscan
... read more >>> andisaputro.wordpress.com