mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-19 07:59:24 +03:00
nixos/loki: Start Loki after the network comes online (#311991)
This commit is contained in:
commit
ccaf4694a0
1 changed files with 2 additions and 0 deletions
|
@ -93,6 +93,8 @@ in {
|
|||
|
||||
systemd.services.loki = {
|
||||
description = "Loki Service Daemon";
|
||||
wants = [ "network-online.target" ];
|
||||
after = [ "network-online.target" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
after = [ "network.target" ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue