0
0
Fork 0
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:
Joachim Fasting 2016-09-10 20:11:34 +02:00 committed by Alexander Ried
parent 54b3e4fdf6
commit 5a085caea3

View file

@ -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 \