summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-01-11 01:51:52 +0100
committerLennart Poettering <lennart@poettering.net>2012-01-11 02:52:34 +0100
commitbd1a69818042e85e24ec3adaf5eb3ac30ab1d9fd (patch)
tree2967afd5680dcda778a498f571bbcbd034031270
parent8f53a7b8ea9ba505f8fefe4df4aaa5a8aab1e2eb (diff)
shutdown: add link to root storage daemon text
-rw-r--r--src/shutdown.c4
1 files changed, 3 insertions, 1 deletions
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;