azure-agent: add bash to service path.
as is often required by linux extensions.
This commit is contained in:
parent
1d971b7a9f
commit
28e352cff8
@ -185,7 +185,7 @@ in
|
|||||||
after = [ "network-online.target" "sshd.service" ];
|
after = [ "network-online.target" "sshd.service" ];
|
||||||
wants = [ "network-online.target" ];
|
wants = [ "network-online.target" ];
|
||||||
|
|
||||||
path = [ pkgs.e2fsprogs ];
|
path = [ pkgs.e2fsprogs pkgs.bash ];
|
||||||
description = "Windows Azure Agent Service";
|
description = "Windows Azure Agent Service";
|
||||||
unitConfig.ConditionPathExists = "/etc/waagent.conf";
|
unitConfig.ConditionPathExists = "/etc/waagent.conf";
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user