mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 02:55:39 +00:00
nixos/loki: add network.target to after
Signed-off-by: lucasew <lucas59356@gmail.com>
(cherry picked from commit 4c621ef886
)
This commit is contained in:
parent
0792c1e661
commit
b6079d99ac
@ -94,6 +94,7 @@ in {
|
||||
systemd.services.loki = {
|
||||
description = "Loki Service Daemon";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
after = [ "network.target" ];
|
||||
|
||||
serviceConfig = let
|
||||
conf = if cfg.configFile == null
|
||||
|
Loading…
Reference in New Issue
Block a user