chiark / gitweb /
nspawn: drop sd_booted() check
authorLennart Poettering <lennart@poettering.net>
Tue, 31 Mar 2015 13:34:01 +0000 (15:34 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 31 Mar 2015 13:36:53 +0000 (15:36 +0200)
commit4f923a1984476de3441922ee5bf7102ebdd250ef
tree663a400821c9ed3c01a03b580bd31e46073f005d
parent4543768d13946e9193b367330cb32ded4d96058a
nspawn: drop sd_booted() check

We have no such check in any of the other tools, hence don't have one in
nspawn either.

(This should make things nicer for Rocket, among other things)

Note: removing this check does not mean that we support running nspawn
on non-systemd. We explicitly don't. It just means that we remove the
check for running it like that. You are still on your own if you do...
src/nspawn/nspawn.c