summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorSarah Brofeldt <sbrofeldt@gmail.com>2018-11-03 16:16:17 +0100
committerzimbatm <zimbatm@zimbatm.com>2018-11-03 16:16:17 +0100
commit99c052bac4e5d2c9f0d8d37d18fc414566f6b205 (patch)
treee3ad763d823f4e5fd45fe0c1d377fedc7150c47b /nixos
parent78a6ee6cfc59a3626cfb44c16891aac9ce9d10b5 (diff)
downloadnixlib-99c052bac4e5d2c9f0d8d37d18fc414566f6b205.tar
nixlib-99c052bac4e5d2c9f0d8d37d18fc414566f6b205.tar.gz
nixlib-99c052bac4e5d2c9f0d8d37d18fc414566f6b205.tar.bz2
nixlib-99c052bac4e5d2c9f0d8d37d18fc414566f6b205.tar.lz
nixlib-99c052bac4e5d2c9f0d8d37d18fc414566f6b205.tar.xz
nixlib-99c052bac4e5d2c9f0d8d37d18fc414566f6b205.tar.zst
nixlib-99c052bac4e5d2c9f0d8d37d18fc414566f6b205.zip
nixos/google-network-daemon: systemd job type simple instead of oneshot (#49692)
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/virtualisation/google-compute-image.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/virtualisation/google-compute-image.nix b/nixos/modules/virtualisation/google-compute-image.nix
index caaf6c0aa59d..795858e5eae2 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";
     };
   };