Le 12/07/2019 à 09:31, Aki Tuomi a écrit : > Seems that this can be worked around with setting during installation > SYSTEMCTL_INSTALL_CLIENT_SIDE=1 SYSTEMCTL_FORCE_BUS=1 SYSTEMD_OFFLINE=1
As I understand from the systemd documentation [1] this disables the interactions with PID 1, so I guess it can only be used in a docker environment otherwise the service will end in a weird state. Does it work if you declare these variables in the dockerfile? Emmanuel Bourg [1] https://systemd.io/ENVIRONMENT.html __ This is the maintainer address of Debian's Java team <https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>. Please use [email protected] for discussions and questions.
