promtail needs network

This commit is contained in:
Cyryl Płotnicki 2021-01-16 20:41:02 +00:00
parent 835f10fd72
commit 933cdb049e

View file

@ -2,6 +2,7 @@
{ {
systemd.services.promtail = { systemd.services.promtail = {
description = "Promtail service for Loki"; description = "Promtail service for Loki";
after = [ "network.target" ];
wantedBy = [ "multi-user.target" ]; wantedBy = [ "multi-user.target" ];
serviceConfig = { serviceConfig = {