diff options
Diffstat (limited to 'cgit/40-fcgiwrap.sh')
| -rw-r--r-- | cgit/40-fcgiwrap.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/cgit/40-fcgiwrap.sh b/cgit/40-fcgiwrap.sh deleted file mode 100644 index 3f788af..0000000 --- a/cgit/40-fcgiwrap.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -set -ex - -# start fastcgiwrap -rm -f /run/fcgiwrap.socket -nohup fcgiwrap -s unix:/run/fcgiwrap.socket & -while ! [ -S /run/fcgiwrap.socket ]; do sleep .2; done -chown nginx:www-data /run/fcgiwrap.socket -#chmod g+rwx /run/fcgiwrap.socket -#test -f nohup.out && rm -f ./nohup.out |
