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
commit feafed382a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;