forked from mirrors/nixpkgs
influxdb service: network-interfaces.target -> network.target
This commit is contained in:
parent
926428bdb5
commit
167eef2bab
|
@ -160,7 +160,7 @@ in
|
|||
systemd.services.influxdb = {
|
||||
description = "InfluxDB Server";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
after = [ "network-interfaces.target" ];
|
||||
after = [ "network.target" ];
|
||||
serviceConfig = {
|
||||
ExecStart = ''${cfg.package}/bin/influxd -config "${configFile}"'';
|
||||
User = "${cfg.user}";
|
||||
|
|
Loading…
Reference in a new issue