nixos/google-network-daemon: systemd job type simple instead of oneshot (#49692)
This commit is contained in:
parent
78a6ee6cfc
commit
99c052bac4
@ -144,7 +144,6 @@ in
|
|||||||
path = with pkgs; [ iproute ];
|
path = with pkgs; [ iproute ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
ExecStart = "${gce}/bin/google_network_daemon --debug";
|
ExecStart = "${gce}/bin/google_network_daemon --debug";
|
||||||
Type = "oneshot";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user