From 99c052bac4e5d2c9f0d8d37d18fc414566f6b205 Mon Sep 17 00:00:00 2001 From: Sarah Brofeldt Date: Sat, 3 Nov 2018 16:16:17 +0100 Subject: [PATCH] nixos/google-network-daemon: systemd job type simple instead of oneshot (#49692) --- nixos/modules/virtualisation/google-compute-image.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/virtualisation/google-compute-image.nix b/nixos/modules/virtualisation/google-compute-image.nix index caaf6c0aa59..795858e5eae 100644 --- a/nixos/modules/virtualisation/google-compute-image.nix +++ b/nixos/modules/virtualisation/google-compute-image.nix @@ -144,7 +144,6 @@ in path = with pkgs; [ iproute ]; serviceConfig = { ExecStart = "${gce}/bin/google_network_daemon --debug"; - Type = "oneshot"; }; };