This commit is contained in:
2022-08-18 15:42:27 +03:00
commit 2157306a4e
22 changed files with 1015 additions and 0 deletions

12
docker-pwss/code/start_daemon Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/bash
set -e
mkdir -p /data/static /data/configs
cd $( dirname $( readlink -f "$0" ) )
. /venv/bin/activate
cat /venv/freeze.txt
supervisord \
-c supervisord.conf \
-n \
-l /tmp/supervisord.log \
-j /tmp/supervisord.pid