scripts: remove PostSRSD wrapper (#3128)

* remove PostSRSD wrapper

The setup is now completely done during _actual_ setup phase. The
wrapper did not even catch signals (SIGINT, etc.), which I think is
strange.

I also added all the ENVs the wrapper relied on (which previously could
have been unset) to the variables script.

* forgot adjusting the `Dockerfile`
This commit is contained in:
Georg Lauterbach 2023-03-02 17:44:01 +01:00 committed by GitHub
parent b451742f0a
commit 9e2f96448a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 53 additions and 50 deletions

View file

@ -252,7 +252,6 @@ COPY \
target/bin/* \
target/scripts/*.sh \
target/scripts/startup/*.sh \
target/scripts/wrapper/*.sh \
/usr/local/bin/
RUN chmod +x /usr/local/bin/*