X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshutdown.c;h=d157e0fbfeaf4db91cea33666f9e2ab5c59c3633;hb=51f58f083a9454599080dc01d7740cf097f48920;hp=46b5aea1c80d940b385db0ccb9264fbfb6881e93;hpb=7e4ab3c5a6295193d0c58d353b6430265d842f34;p=elogind.git diff --git a/src/shutdown.c b/src/shutdown.c index 46b5aea1c..d157e0fbf 100644 --- a/src/shutdown.c +++ b/src/shutdown.c @@ -81,7 +81,9 @@ static bool ignore_proc(pid_t pid) { return true; /* Processes with argv[0][0] = '@' we ignore from the killing - * spree. */ + * spree. + * + * http://www.freedesktop.org/wiki/Software/systemd/RootStorageDaemons */ if (count == 1 && c == '@') return true;