journal2clickhouse: wants network-online
This commit is contained in:
parent
42c3248644
commit
b015090394
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ in {
|
|||
systemd.services.journal2clickhouse = {
|
||||
enable = true;
|
||||
after = [ "network-online.target" ];
|
||||
wants = [ "network-online.target" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
serviceConfig = {
|
||||
ExecStart = let
|
||||
|
|
Loading…
Reference in a new issue