Unverified Commit feafed38 authored by Arian van Putten's avatar Arian van Putten Committed by GitHub
Browse files

amazon-init: include the general system's software and wrappers in PATH (#342584)

parents de24beec 76b614be
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -75,6 +75,11 @@ in {
      after = [ "multi-user.target" ];
      requires = [ "network-online.target" ];

      path = [
        "/run/wrappers"
        "/run/current-system/sw"
      ];

      restartIfChanged = false;
      unitConfig.X-StopOnRemoval = false;