SolidCharity / LightBuildServer

LightBuildServer for building rpm and deb packages and running CI scripts, using linux containers
BSD 3-Clause "New" or "Revised" License
11 stars 1 forks source link

Fedora 24: Internal Server Error because the uwsgi service does not wait for mariadb to start #156

Closed tpokorra closed 4 years ago

tpokorra commented 8 years ago

browser shows: Internal Server Error

/var/log/uwsgi.log shows that connection to MariaDB was not possible

tpokorra commented 8 years ago

Solution: /usr/lib/systemd/system/uwsgi.service:

[Unit]
Description=uWSGI Emperor Service
After=syslog.target mariadb.service

But how to get that there through packaging?

perhaps add a symbolic link to mariadb.service under /usr/lib/systemd/system/syslog.target.wants; this did not work when I tried it

tpokorra commented 4 years ago

has not been a problem anymore