forked from mirrors/nixpkgs
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" ];
|
||||
wants = [ "network-online.target" ];
|
||||
|
||||
path = [ pkgs.e2fsprogs ];
|
||||
path = [ pkgs.e2fsprogs pkgs.bash ];
|
||||
description = "Windows Azure Agent Service";
|
||||
unitConfig.ConditionPathExists = "/etc/waagent.conf";
|
||||
serviceConfig = {
|
||||
|
|
Loading…
Reference in a new issue