nixos/google-network-daemon: systemd job type simple instead of oneshot (#49692)

This commit is contained in:
Sarah Brofeldt 2018-11-03 16:16:17 +01:00 committed by zimbatm
parent 78a6ee6cfc
commit 99c052bac4

View file

@ -144,7 +144,6 @@ in
path = with pkgs; [ iproute ];
serviceConfig = {
ExecStart = "${gce}/bin/google_network_daemon --debug";
Type = "oneshot";
};
};