bugzilla4intranet-docker/home/start.sh

13 lines
218 B
Bash
Raw Permalink Normal View History

2016-12-30 17:07:41 +03:00
#!/bin/sh
export LC_ALL=ru_RU.UTF-8 LANG=ru_RU.UTF-8
service sphinxsearch start
service mysql start
service bugzilla start
2017-12-27 20:50:49 +03:00
service bugzilla-jobs start
2017-12-28 20:19:53 +03:00
service cron start
2016-12-30 17:07:41 +03:00
# Keep container running
tail -fn0 /dev/null