thredis icon indicating copy to clipboard operation
thredis copied to clipboard

install.sh not working

Open brijesh27 opened this issue 9 years ago • 0 comments

I have tried to installl thredis servers using install_server.sh script but its not working.

check below : Please select the thredis executable path [/usr/local/bin/thredis-server] s#^port [0-9]{4}$#port 6379#;s#^logfile .+$#logfile /var/log/redis_6379.log#;s#^dir .+$#dir /var/lib/redis/6379#;s#^pidfile .+$#pidfile /var/run/thredis_6379.pid#;s#^daemonize no$#daemonize yes#; Copied /tmp/6379.conf => /etc/init.d/thredis_6379 Installing service... ./install_server.sh: line 176: update-rc.d: command not found

brijesh27 avatar Jun 29 '16 11:06 brijesh27