Skip to content

Commit

Permalink
azure-agent: add bash to service path.
Browse files Browse the repository at this point in the history
 as is often required by linux extensions.
  • Loading branch information
jbgi committed Apr 17, 2018
1 parent 1d971b7 commit 28e352c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/virtualisation/azure-agent.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 28e352c

Please sign in to comment.