shutdown: add link to root storage daemon text

This commit is contained in:
Lennart Poettering
2012-01-11 02:52:34 +01:00
parent 8f53a7b8ea
commit bd1a698180
+3 -1
View File
@@ -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;