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

This commit is contained in:
Arian van Putten
2024-09-18 22:03:11 +02:00
committed by GitHub
@@ -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;