fix(): s6 service
parent
9b6f3ab913
commit
92f2f98058
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env sh
|
||||
exit 1
|
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env sh
|
||||
exit 0
|
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env sh
|
||||
exit 1
|
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env sh
|
||||
exit 0
|
|
@ -132,4 +132,4 @@ else
|
|||
fi
|
||||
|
||||
echo "[INFO] End of startup script. Forum is starting."
|
||||
exec su-exec "${UID}:${GID}" /bin/s6-svscan /services
|
||||
exec su-exec "${UID}:${GID}" /bin/s6-svscan /etc/s6.d
|
||||
|
|
Loading…
Reference in New Issue