From 0552617a5be527e66cd814260de816335f41549b Mon Sep 17 00:00:00 2001 From: Felix-Neko Date: Mon, 19 Aug 2019 11:39:26 +0300 Subject: [PATCH] supervisord is now running just as supervisord instead of full path (in some Ubuntu 18.04 distros it lyes in other dirs than /usr/bin) --- rootfs/startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/startup.sh b/rootfs/startup.sh index dca2e48..460cda7 100755 --- a/rootfs/startup.sh +++ b/rootfs/startup.sh @@ -69,4 +69,4 @@ fi PASSWORD= HTTP_PASSWORD= -exec /bin/tini -- /usr/bin/supervisord -n -c /etc/supervisor/supervisord.conf +exec /bin/tini -- supervisord -n -c /etc/supervisor/supervisord.conf