On 12.7.2019 11.19, Emmanuel Bourg wrote: > 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
Yes. Aki