From b7ec67ccd140c18e5ed7b4770182cb8b70b83897 Mon Sep 17 00:00:00 2001 From: Dave Conroy Date: Thu, 2 Jan 2020 08:34:48 -0800 Subject: [PATCH] Change nginx to postal --- install/etc/s6/services/10-postal/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/etc/s6/services/10-postal/run b/install/etc/s6/services/10-postal/run index de5a585..65907a6 100755 --- a/install/etc/s6/services/10-postal/run +++ b/install/etc/s6/services/10-postal/run @@ -1,7 +1,7 @@ #!/usr/bin/with-contenv bash for s in /assets/functions/*; do source $s; done -PROCESS_NAME="nginx" +PROCESS_NAME="postal" check_container_initialized check_service_initialized init