kiwix: monitor library & reload automagically
This commit is contained in:
parent
b92e2034b7
commit
88aea0d1d6
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ echo ">>> Starting kiwix";
|
|||
case "${mode}" in
|
||||
serve )
|
||||
echo ">>> kiwix-serve --library --port ${NOMAD_PORT_kiwix} /srv/data";
|
||||
/app/kiwix-serve --library --port "${NOMAD_PORT_kiwix}" /srv/data;
|
||||
/app/kiwix-serve --library --monitorLibrary --port "${NOMAD_PORT_kiwix}" /srv/data;
|
||||
;;
|
||||
* )
|
||||
echo ">>> kiwix-serve $*";
|
||||
|
|
Loading…
Reference in a new issue