nixos/loki: Start Loki after the network comes online (#311991)
This commit is contained in:
@@ -93,6 +93,8 @@ in {
|
|||||||
|
|
||||||
systemd.services.loki = {
|
systemd.services.loki = {
|
||||||
description = "Loki Service Daemon";
|
description = "Loki Service Daemon";
|
||||||
|
wants = [ "network-online.target" ];
|
||||||
|
after = [ "network-online.target" ];
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
after = [ "network.target" ];
|
after = [ "network.target" ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user