nixos/consul: Add shell for health checks

This commit is contained in:
William A. Kennington III 2015-05-11 17:44:07 -07:00
parent b6e26aa8df
commit 2806491cc4

View File

@ -140,6 +140,8 @@ in
users.extraUsers."consul" = {
description = "Consul agent daemon user";
uid = config.ids.uids.consul;
# The shell is needed for health checks
shell = "/run/current-system/sw/bin/bash";
};
environment = {