promtail needs network
This commit is contained in:
parent
835f10fd72
commit
933cdb049e
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
{
|
||||
systemd.services.promtail = {
|
||||
description = "Promtail service for Loki";
|
||||
after = [ "network.target" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
|
||||
serviceConfig = {
|
||||
|
|
Loading…
Reference in a new issue