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 ];
|
||||
serviceConfig = {
|
||||
ExecStart = "${gce}/bin/google_network_daemon --debug";
|
||||
Type = "oneshot";
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user