create tmp path for db
All checks were successful
gitea-sync/antos-appimage/pipeline/head This commit looks good
All checks were successful
gitea-sync/antos-appimage/pipeline/head This commit looks good
This commit is contained in:
parent
994196e04d
commit
5208fc45a3
@ -4,7 +4,7 @@ plugins=./opt/www/lib/
|
||||
plugins_ext=.so
|
||||
# These options can be changed
|
||||
tmpdir=/tmp/
|
||||
database=/tmp/antos_cwd/db
|
||||
database=/tmp/
|
||||
maxcon=500
|
||||
backlog=5000
|
||||
workers = 4
|
||||
|
1
mkimg.sh
1
mkimg.sh
@ -57,7 +57,6 @@ export LD_LIBRARY_PATH="$B/usr/lib/"
|
||||
echo "Runing Antd in $B with configuration $W/antd-config.ini"
|
||||
# TODO this is not good
|
||||
touch /tmp/.antos_pkgcache
|
||||
ln -sf $W/ /tmp/antos_cwd
|
||||
./usr/bin/antd $W/antd-config.ini >/dev/null 2>&1 | ( sleep 2 && ./opt/www/bin/runner $W/runner.ini >/dev/null 2>&1 &)
|
||||
EOF
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user