summaryrefslogtreecommitdiff
path: root/src/libelogind/sd-daemon/sd-daemon.c
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2018-03-07 17:35:44 +0100
committerSven Eden <yamakuzure@gmx.net>2018-03-07 17:40:19 +0100
commit991f95c1b59f6d1dc6099e0368426763ab507ca8 (patch)
tree3bc9a7c661aa8aedfad3b3c2fd77b54ee660ff00 /src/libelogind/sd-daemon/sd-daemon.c
parentc477f8d4b5a31f89ee5bbd75218a24f276c33175 (diff)
Some minor cleanups
Diffstat (limited to 'src/libelogind/sd-daemon/sd-daemon.c')
-rw-r--r--src/libelogind/sd-daemon/sd-daemon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libelogind/sd-daemon/sd-daemon.c b/src/libelogind/sd-daemon/sd-daemon.c
index 719deb760..f50075ef5 100644
--- a/src/libelogind/sd-daemon/sd-daemon.c
+++ b/src/libelogind/sd-daemon/sd-daemon.c
@@ -633,6 +633,7 @@ _public_ int sd_booted(void) {
/* We test whether the runtime unit file directory has been
* created. This takes place in mount-setup.c, so is
* guaranteed to happen very early during boot. */
+
#if 0 /// elogind is always used without systemd running the show. (Well, it should...)
return laccess("/run/systemd/system/", F_OK) >= 0;
#else