From 7916402f7875216fdd69dcc95e39514c6e53fadc Mon Sep 17 00:00:00 2001 From: jreichmann <34141868+jreichmann@users.noreply.github.com> Date: Fri, 1 Dec 2017 11:32:55 +0100 Subject: [PATCH] Set the correct service name in setup-script --- root/etc/s6.d/setup/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/s6.d/setup/run b/root/etc/s6.d/setup/run index f5c0887..664a80e 100755 --- a/root/etc/s6.d/setup/run +++ b/root/etc/s6.d/setup/run @@ -1,5 +1,5 @@ #!/bin/bash -s6-svc -O /etc/s6.d/dehydrated +s6-svc -O /etc/s6.d/setup # Check if and which configuration file exists CONFIGFILE="none"