mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 08:18:10 -05:00
In systemd `After=` merely codes an ordering relation and does not start other units. Grafana needs to specify that it wants to start up _after_ either of the supported DB services have started, _if they start_. Enabling the database services, however, is out of scope for Grafana.