updated docker runsv script
updated install.sh updated setup.py
This commit is contained in:
parent
88134dbdce
commit
813d7cfc51
4 changed files with 9 additions and 6 deletions
|
@ -1,7 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
chdir /home/deploy/realms-wiki
|
||||
|
||||
if [ "${REALMS_WIKI_CONFIG}" != "" ]; then
|
||||
realms-wiki configure ${REALMS_WIKI_CONFIG}
|
||||
fi
|
||||
|
||||
exec /sbin/setuser deploy realms-wiki run >>/var/log/realms-wiki/realms-wiki.log 2>&1
|
||||
exec /sbin/setuser deploy /home/deploy/realms-wiki/.venv/bin/python realms-wiki run >>/var/log/realms-wiki/realms-wiki.log 2>&1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue