1
0
mirror of https://github.com/x86dev/docker-ttrss synced 2025-12-13 01:46:00 +00:00
Files
docker-ttrss/start-ttrss.sh
x86dev c27e36d3f6 D'oh!
2015-09-05 01:23:50 +02:00

14 lines
337 B
Bash
Executable File

#!/bin/sh
set -e
# Make sure an old instance of supervisord is not running anymore.
supervisorctl stop all
# Update configuration. This is necessary for entering the current IP + PORT of the database.
/srv/update-ttrss.sh
# Start supervisord.
# This will start all other dependencies.
supervisord -c /etc/supervisor/supervisord.conf