http://bugzilla.opensuse.org/show_bug.cgi?id=980389 http://bugzilla.opensuse.org/show_bug.cgi?id=980389#c1 --- Comment #1 from Jan Engelhardt <jengelh@inai.de> --- %service_add_* and %service_del_* can already deal with the absence of systemctl; they use [ -x ... ] to test for its existence so that there are no error messages in case of its willful absence. Not all calls to /usr/bin/systemd-tmpfiles are yet protected by [-x]. Some programs may require the presence of tmpfiles. For a container where systemd is not used as pid 1, this is solved on the host side already (like everything else, including package installation), by invoking tmpfiles before nspawn: 0. systemd-tmpfiles --root /c --create 1. systemd-nspawn -D /c ... as above -- You are receiving this mail because: You are on the CC list for the bug.