X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fsd-daemon.c;h=28a88bfd71600027fae1525a1e20418ace51097e;hb=be6619ff11cb1d551c9ec09db007cab9d85f1655;hp=dc33b2e9a5e38e8841708724977f99a2c319dfe3;hpb=87e90229bc90ef700f9c7b123fca65d89fe7b0dc;p=i3%2Fi3 diff --git a/src/sd-daemon.c b/src/sd-daemon.c index dc33b2e9..28a88bfd 100644 --- a/src/sd-daemon.c +++ b/src/sd-daemon.c @@ -413,8 +413,7 @@ int sd_booted(void) { struct stat a, b; - /* We simply test whether the systemd cgroup hierarchy is - * mounted */ + /* We simply test whether the systemd cgroup hierarchy is mounted */ if (lstat("/sys/fs/cgroup", &a) < 0) return 0;