mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
apache-kafka service: network-interfaces.target -> network.target
This commit is contained in:
parent
54b3e4fdf6
commit
5a085caea3
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ in {
|
|||
systemd.services.apache-kafka = {
|
||||
description = "Apache Kafka Daemon";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
after = [ "network-interfaces.target" ];
|
||||
after = [ "network.target" ];
|
||||
serviceConfig = {
|
||||
ExecStart = ''
|
||||
${pkgs.jre}/bin/java \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue