From 90f640d3c40908a69edb2b61968e1992d663fa80 Mon Sep 17 00:00:00 2001 From: Al Beano Date: Wed, 24 Aug 2016 20:52:49 +0100 Subject: [PATCH] instruction to start tormon.fcgi --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f80805..0f57197 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ curl -L https://cpanmin.us | perl - App::cpanminus cpanm -l /var/www/perl5 FCGI perl -I /var/www/perl5/lib/perl5 -MFCGI -M5.010 -e 'say "it works"' # test perl installation install -o www -g www -m 0500 tormon/* /var/www/tormon/ -echo 'echo -n "Starting tormon" && doas -u www /var/www/tormon/tormon.fcgi &' >> /etc/rc.local +echo 'echo "Starting tormon" && doas -u www /var/www/tormon/tormon.fcgi &' >> /etc/rc.local +sh /etc/rc.local # assuming tormon is the only thing in rc.local # updating install -o www -g www -m 0500 tormon/* /var/www/tormon/