azure-agent: add bash to service path.

as is often required by linux extensions.
This commit is contained in:
Jean-Baptiste Giraudeau 2018-04-17 16:26:04 +02:00
parent 1d971b7a9f
commit 28e352cff8
No known key found for this signature in database
GPG key ID: A52188C6A8396FDB

View file

@ -185,7 +185,7 @@ in
after = [ "network-online.target" "sshd.service" ];
wants = [ "network-online.target" ];
path = [ pkgs.e2fsprogs ];
path = [ pkgs.e2fsprogs pkgs.bash ];
description = "Windows Azure Agent Service";
unitConfig.ConditionPathExists = "/etc/waagent.conf";
serviceConfig = {